UNPKG

holyfills

Version:

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

13 lines (11 loc) 220 B
"use strict"; module.exports = function (input) { var type = typeof input; return ( input === null || type === "undefined" || type === "boolean" || type === "number" || type === "string" ); };