mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-07-02 08:25:41 +08:00
3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
declare function optional(): (target: any, targetKey: string, index?: number | undefined) => void;
|
|
export { optional };
|