@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 458 B
JavaScript
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0
import r from"./../assert/has-own-property.js";var e=r;function o(r){var o,t;if("object"!=typeof r||null===r)throw new TypeError("invalid argument. Must provide an object. Value: `"+r+"`.");for(t in o={},r)e(r,t)&&(""===t?o[t]=r[t]:o[t.charAt(0).toLowerCase()+t.slice(1)]=r[t]);return o}var t=o;export default t;
//# sourceMappingURL=uncapitalize-keys.js.map