Page MenuHomeSoftware Heritage

is-callable.js
No OneTemporary

is-callable.js

// `IsCallable` abstract operation
// https://tc39.es/ecma262/#sec-iscallable
module.exports = function (argument) {
return typeof argument == 'function';
};

File Metadata

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

Event Timeline