Closed alexander-akait closed 4 years ago
Reproducible repo:
// Works with `clone-deep` too const clone = require('clone'); const { klona } = require('klona/full'); const obj = Object.create({ method() { return 'foo'; }, }); console.log(clone(obj).method()); console.log(klona(obj).method());
Sorry for the delay on this – thanks for reporting!
Reproducible repo: