UNPKG

bkc

Version:

:dog: If there are no dogs in Heaven, then when I die I want to go where they went.

3 lines (2 loc) 125 B
export declare const deepCloneArray: <T>(content: T[]) => T[]; export declare const deepCloneObject: <T>(content: T) => T;