UNPKG

util-ex

Version:

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

5 lines (4 loc) 94 B
export function isString(arg) { return typeof arg === 'string'; }; export default isString;