summaryrefslogtreecommitdiff
path: root/src/node_modules/inversify/dts/annotation/post_construct.d.ts
blob: cba8035318cba45d3949f7b7580e49abe56f180a (plain)
1
2
declare function postConstruct(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
export { postConstruct };