7 lines
No EOL
133 B
JavaScript
7 lines
No EOL
133 B
JavaScript
function resolverGetters (...args) {
|
|
return args.map(o => JSON.parse(JSON.stringify(o)))
|
|
}
|
|
|
|
module.exports = {
|
|
resolverGetters,
|
|
} |