Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9312771
is-callable.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
160 B
Subscribers
None
is-callable.js
View Options
// `IsCallable` abstract operation
// https://tc39.es/ecma262/#sec-iscallable
module
.
exports
=
function
(
argument
)
{
return
typeof
argument
==
'function'
;
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 11:08 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3368104
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment