initial commit
This commit is contained in:
9
node_modules/es5-ext/test/object/valid-callable.js
generated
vendored
Normal file
9
node_modules/es5-ext/test/object/valid-callable.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) {
|
||||
var f = function () {};
|
||||
a(t(f), f, "Function");
|
||||
a.throws(function () {
|
||||
t({});
|
||||
}, "Not Function");
|
||||
};
|
||||
Reference in New Issue
Block a user