Page MenuHomeSoftware Heritage

an-object.js
No OneTemporary

an-object.js

var isObject = require('../internals/is-object');
// `Assert: Type(argument) is Object`
module.exports = function (argument) {
if (isObject(argument)) return argument;
throw TypeError(String(argument) + ' is not an object');
};

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 21, 7:21 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3322648

Event Timeline