UNPKG

@akala/core

Version:
5 lines (4 loc) 147 B
export declare function factory(name: string, ...toInject: string[]): (target: Function) => void; export interface IFactory<T> { build(): T; }