added whole system from ola4doc
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var toString = Object.prototype.toString
|
||||
|
||||
, id = toString.call((function () { return arguments; }()));
|
||||
|
||||
module.exports = function (x) { return (toString.call(x) === id); };
|
||||
Reference in New Issue
Block a user