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