reactant-module
Version:
A module model for Reactant
6 lines • 351 B
TypeScript
import { ServiceIdentifier } from 'reactant-di';
import { PropertyDescriptor } from '../interfaces';
type Lazy = (serviceIdentifier: ServiceIdentifier<unknown>, enableCache?: boolean) => (target: object, key: string | symbol, descriptor?: PropertyDescriptor<any>) => void;
export declare const lazy: Lazy;
export {};
//# sourceMappingURL=lazy.d.ts.map