UNPKG

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