UNPKG

cz

Version:

A simple config utility for nodejs

10 lines (8 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var weakToJSON = function weakToJSON(obj) { return JSON.parse(JSON.stringify(obj)); }; exports.weakToJSON = weakToJSON;