UNPKG

util-ex

Version:

Browser-friendly enhanced util fully compatible with standard node.js

12 lines (11 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; exports.isString = isString; function isString(arg) { return typeof arg === 'string'; } ; var _default = exports.default = isString;