UNPKG

single-source-of-truth

Version:
5 lines 274 B
import type { Registry } from "../../registry.js"; import type { MaybeArray, Path } from "../../types.js"; declare function import_(registry: Registry, possiblePaths: MaybeArray<Path<'.ts'>>): Promise<void>; export { import_ as import }; //# sourceMappingURL=config.d.ts.map