Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/smob/dist/utils/clone.d.ts
T
2025-09-18 19:01:22 +07:00

3 lines
102 B
TypeScript

export declare function polyfillClone<T>(input: T): T;
export declare function clone<T>(value: T): T;