UNPKG

iter-tools-es

Version:
5 lines (4 loc) 94 B
function isString(value) { return typeof value === 'string'; } exports.isString = isString;