1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
var objectToString = require('./staticObjectToString')
|
||||
|
||||
function helperCreateInInObjectString (type) {
|
||||
return function (obj) {
|
||||
return '[object ' + type + ']' === objectToString.call(obj)
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = helperCreateInInObjectString
|
||||
Reference in New Issue
Block a user