UNPKG

stubby

Version:

a lightweight server for stubbing external systems and endpoints

6 lines (4 loc) 96 B
'use strict'; module.exports = function clone (x) { return JSON.parse(JSON.stringify(x)); };