mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
3 lines
118 B
Go
3 lines
118 B
Go
export declare const plainClone: <T = any>(obj: T) => T;
|
|
export declare const cloneArray: <T = any>(arr: T[]) => T[];
|