@fav/type.is-string
Version:
Checks whether a value is a string or not.
2 lines • 1.05 kB
JavaScript
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;(t=(t=(t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).fav||(t.fav={})).type||(t.type={})).isString=e()}}(function(){return function f(i,u,p){function d(t,e){if(!u[t]){if(!i[t]){var n="function"==typeof require&&require;if(!e&&n)return n(t,!0);if(c)return c(t,!0);var r=new Error("Cannot find module '"+t+"'");throw r.code="MODULE_NOT_FOUND",r}var o=u[t]={exports:{}};i[t][0].call(o.exports,function(e){return d(i[t][1][e]||e)},o,o.exports,f,i,u,p)}return u[t].exports}for(var c="function"==typeof require&&require,e=0;e<p.length;e++)d(p[e]);return d}({1:[function(e,t,n){"use strict";function r(e){return"string"==typeof e||"[object String]"===Object.prototype.toString.call(e)}Object.defineProperty(r,"not",{enumerable:!0,value:function(e){return!r(e)}}),t.exports=r},{}]},{},[1])(1)});
//# sourceMappingURL=fav.type.is-string.min.js.map