UNPKG

new-object

Version:

Creates an Object from a collection of key-value pairs or key-descriptor pairs.

6 lines (3 loc) 105 B
'use strict' const defProps = require('def-props') module.exports = (...args) => defProps({}, ...args)