UNPKG

@web-atoms/core

Version:
11 lines 401 B
import { IMockOrInject } from "./IMockOrInject"; import { Scope } from "./ServiceCollection"; export interface IServiceDef { id?: string; scope: Scope; for?: any; mockOrInject?: IMockOrInject; } export declare function Register(def: IServiceDef): ((t: any) => void); export declare function Register(id: string, scope: Scope): ((t: any) => void); //# sourceMappingURL=Register.d.ts.map