UNPKG

holyfills

Version:

No more "Holy Sxxt!!" when writting ES5/ES6

7 lines (5 loc) 173 B
"use strict"; var object_to_string = require("../helpers/object_to_string"); module.exports = function(obj) { return object_to_string.call(obj) === "[object String]"; };