Page MenuHomeSoftware Heritage

an-object.js
No OneTemporary

an-object.js

var isObject = require('../internals/is-object');
var $String = String;
var $TypeError = TypeError;
// `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, 5:14 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3359735

Event Timeline