我智商爆棚
 
 
 
 
 

2 lines
120 B

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