mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-07-03 17:05:07 +08:00
3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
declare function postConstruct(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
|
|
export { postConstruct };
|