我智商爆棚
 
 
 
 
 

2 lines
144 B

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