UNPKG

@fjell/registry

Version:

Dependency injection and service location system for the Fjell ecosystem

4 lines 267 B
import { Registry, RegistryHub } from './types'; export type { Registry, RegistryHub, InstanceFactory, RegistryFactory } from './types'; export declare const createRegistry: (type: string, registryHub?: RegistryHub) => Registry; //# sourceMappingURL=Registry.d.ts.map