UNPKG

139 BTypeScriptView Raw
1declare const postConstruct: () => (target: {
2 constructor: NewableFunction;
3}, propertyKey: string) => void;
4export { postConstruct };