UNPKG

106 BTypeScriptView Raw
1export = lazy;
2
3declare function lazy(obj: { [key: string]: PropertyDescriptor }): PropertyDescriptorMap;