diff --git a/src/core/TypeDispatcher.js b/src/core/TypeDispatcher.js index 19b2917..5c96fb1 100644 --- a/src/core/TypeDispatcher.js +++ b/src/core/TypeDispatcher.js @@ -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' diff --git a/src/core/type.js b/src/core/types.js similarity index 100% rename from src/core/type.js rename to src/core/types.js