kuebiko/typings/clone.d.ts
2025-05-25 08:27:02 -05:00

2 lines
76 B
TypeScript

export const Clone: unique symbol;
export function clone(target: any): any;