UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

4 lines 294 B
import { Constructable } from '../types'; import { ObjectGraph } from '../graph/ObjectGraph'; export declare function Singleton(): (constructorOrGraph: Constructable<ObjectGraph> | ObjectGraph, _property?: string, descriptor?: PropertyDescriptor) => any; //# sourceMappingURL=Singleton.d.ts.map