Files
ccc-obfuscated-code/node_modules/inversify/dts/annotation/post_construct.d.ts
Pipi Chen b8a3516cd6 update
2020-05-07 01:02:44 +08:00

3 lines
136 B
TypeScript

declare function postConstruct(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
export { postConstruct };