UNPKG

di-tory

Version:

Compose applications with dependency injection

6 lines (5 loc) 302 B
import type { ScopeMap, Scopes, ScopeType } from './types'; declare const Scope: ScopeMap; export declare const normalizeScope: (scope?: ScopeType) => Scopes | undefined; export declare const overrideScope: (resolverScope?: ScopeType, scope?: ScopeType) => ScopeType | undefined; export default Scope;