RunKit + npm: lodash

node v8.17.0
endpointsharetweet
// Load the full build of lodash var _ = require('lodash'); a = { pool: { foo: 1} }; b = _.clone(a); b.pool === a.pool
Created from: https://npm.runkit.com/lodash
Loading…