initial commit
This commit is contained in:
8
node_modules/es5-ext/object/validate-stringifiable-value.js
generated
vendored
Normal file
8
node_modules/es5-ext/object/validate-stringifiable-value.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
var ensureValue = require("./valid-value")
|
||||
, stringifiable = require("./validate-stringifiable");
|
||||
|
||||
module.exports = function (value) {
|
||||
return stringifiable(ensureValue(value));
|
||||
};
|
||||
Reference in New Issue
Block a user