standard-objects-object
v1.0.1
Published
Standard built-in object Object
Readme
standard-objects-object
The standard built-in object Object if it exists, otherwise undefined.
Part of the Standard Objects project.
Installation
npm install standard-objects-objectUsage
const $Object = require("standard-objects-object")
const assert = require("assert")
assert($Object === Object)