mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-18 22:17:03 +08:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
declare function unmanaged(): (target: any, targetKey: string, index: number) => void;
|
|
export { unmanaged };
|