refactor: Avoid file names differing only on casing (src/core/[tT]ype.js) (#36)
All checks were successful
/ test (push) Successful in 17s

Resolves #32.

Reviewed-on: #36
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2025-12-12 09:07:27 +00:00 committed by Glen Whitney
parent 95d81d0338
commit dbee782c4f
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import ArrayKeyedMap from 'array-keyed-map'
import {ResolutionError, isPlainFunction, isPlainObject} from './helpers.js'
import {Implementations, ImplementationsGenerator} from './Implementations.js'
import {bootstrapTypes} from './type.js'
import {bootstrapTypes} from './types.js'
import {
Returns, ReturnType, ReturnTyping, Unknown, Type, whichType
} from './Type.js'