Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123270
an-object.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
286 B
Subscribers
None
an-object.js
View Options
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
Details
Attached
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
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment