refactor: Avoid file names differing only on casing (src/core/[tT]ype.js) #36

Merged
glen merged 1 commit from fix_filename_type into main 2025-12-12 09:07:28 +00:00
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'