elearning/Frontend-Learner/node_modules/smob/dist/utils/clone.d.ts

3 lines
102 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export declare function polyfillClone<T>(input: T): T;
export declare function clone<T>(value: T): T;