Files
vat-api.eu/node_modules/smob/dist/utils/clone.d.ts
2026-02-13 22:02:30 +01:00

3 lines
102 B
TypeScript

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