UNPKG

@asdfgertyjhnpm/commodi-optio-quas

Version:

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

57 lines (43 loc) 2.67 kB
# @asdfgertyjhnpm/commodi-optio-quas <sup>[![Version Badge][npm-version-svg]][package-url]</sup> [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] ES Object-related atoms: Object, ToObject, RequireObjectCoercible. ## Example ```js const assert = require('assert'); const $Object = require('@asdfgertyjhnpm/commodi-optio-quas'); const ToObject = require('@asdfgertyjhnpm/commodi-optio-quas/ToObject'); const RequireObjectCoercible = require('@asdfgertyjhnpm/commodi-optio-quas/RequireObjectCoercible'); assert.equal($Object, Object); assert.throws(() => ToObject(null), TypeError); assert.throws(() => ToObject(undefined), TypeError); assert.throws(() => RequireObjectCoercible(null), TypeError); assert.throws(() => RequireObjectCoercible(undefined), TypeError); assert.deepEqual(RequireObjectCoercible(true), true); assert.deepEqual(ToObject(true), Object(true)); const obj = {}; assert.equal(RequireObjectCoercible(obj), obj); assert.equal(ToObject(obj), obj); ``` ## Tests Simply clone the repo, `npm install`, and run `npm test` ## Security Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report. [package-url]: https://npmjs.org/package/@asdfgertyjhnpm/commodi-optio-quas [npm-version-svg]: https://versionbadg.es/ljharb/@asdfgertyjhnpm/commodi-optio-quas.svg [deps-svg]: https://david-dm.org/ljharb/@asdfgertyjhnpm/commodi-optio-quas.svg [deps-url]: https://david-dm.org/ljharb/@asdfgertyjhnpm/commodi-optio-quas [dev-deps-svg]: https://david-dm.org/ljharb/@asdfgertyjhnpm/commodi-optio-quas/dev-status.svg [dev-deps-url]: https://david-dm.org/ljharb/@asdfgertyjhnpm/commodi-optio-quas#info=devDependencies [npm-badge-png]: https://nodei.co/npm/@asdfgertyjhnpm/commodi-optio-quas.png?downloads=true&stars=true [license-image]: https://img.shields.io/npm/l/@asdfgertyjhnpm/commodi-optio-quas.svg [license-url]: LICENSE [downloads-image]: https://img.shields.io/npm/dm/es-object.svg [downloads-url]: https://npm-stat.com/charts.html?package=@asdfgertyjhnpm/commodi-optio-quas [codecov-image]: https://codecov.io/gh/ljharb/@asdfgertyjhnpm/commodi-optio-quas/branch/main/graphs/badge.svg [codecov-url]: https://app.codecov.io/gh/ljharb/@asdfgertyjhnpm/commodi-optio-quas/ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/@asdfgertyjhnpm/commodi-optio-quas [actions-url]: https://github.com/asdfgertyjhnpm/commodi-optio-quas/actions