UNPKG

nodemod

Version:

A collection of node modules for The Really Project

3 lines 180 B
import type { DeepCloneOptions } from './typings'; export declare function deepClone<T>(target: T, options?: DeepCloneOptions): Promise<T>; //# sourceMappingURL=deep-clone.d.ts.map