Files
Pipi Chen b8a3516cd6 update
2020-05-07 01:02:44 +08:00

3 lines
120 B
TypeScript

declare function optional(): (target: any, targetKey: string, index?: number | undefined) => void;
export { optional };