Files
rspade_system/node_modules/smob/dist/utils/clone.d.ts
2025-12-03 21:28:08 +00:00

3 lines
102 B
TypeScript
Executable File

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