Spaces:
Runtime error
Runtime error
File size: 204 Bytes
b5ea024 |
1 2 3 4 5 6 7 |
"use strict";
var objToString = Object.prototype.toString
, id = objToString.call((function () { return arguments; })());
module.exports = function (value) { return objToString.call(value) === id; };
|