Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / chain-able-lego   js

Repository URL to install this package:

Version: 6.0.4 

/ src / cloneJSON.d.ts

export declare function cloneJSON(x: Object): Object
export declare function cloneJSON(x: Array<any>): Array<any>
export declare function cloneJSON(x: undefined | null): ''