mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-06-03 01:12:41 +08:00
3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
declare function named(name: string | number | symbol): (target: any, targetKey: string, index?: number | undefined) => void;
|
|
export { named };
|