project files added
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
var isImplemented = require("../../../number/min-safe-integer/is-implemented");
|
||||
|
||||
module.exports = function (a) {
|
||||
a(isImplemented(), true);
|
||||
};
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a(typeof t, "number");
|
||||
};
|
||||
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a(typeof t(), "boolean");
|
||||
};
|
||||
Reference in New Issue
Block a user