init
This commit is contained in:
7
node_modules/es5-ext/test/object/valid-callable.js
generated
vendored
Normal file
7
node_modules/es5-ext/test/object/valid-callable.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"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