Open jdthorpe opened 7 years ago
Just a thought, support for ES6 modules could be added by adding one line to the last if block of clone.js like so:
if
clone.js
if (typeof module === 'object' && module.exports) { module.exports = clone; module.exports.default = clone; }
Just a thought, support for ES6 modules could be added by adding one line to the last
if
block ofclone.js
like so: