refactor: Avoid file names differing only on casing (src/core/[tT]ype.js)
All checks were successful
/ test (pull_request) Successful in 22s
All checks were successful
/ test (pull_request) Successful in 22s
This commit is contained in:
parent
95d81d0338
commit
fdc4c7dc42
2 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue