UNPKG

nodemod

Version:

A collection of node modules for The Really Project

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