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