$ cnpm install stringify-clone
Wrapper for fast object cloning using JSON.parse & JSON.stringify
IMPORTANT:
THIS IS A ONE LINE PACKAGE, THERE IS NO REASON FOR YOU TO USE IT!
Notes:
RegExp (returns {})NaN values will be converted to nullDate objects will be converted to ISO strings (equivalent of running Date.toISOString())
new Date(string)npm install stringify-clone
const clone = require('stringify-clone')
clone({
foo: 'bar'
})
Author: Ahmad Nassri • Twitter: @AhmadNassri
Copyright 2013 - present © cnpmjs.org | Home |