UNPKG

strility

Version:

Strility is a string manipulation library

4 lines (3 loc) 85 B
module.exports = function isString(input) { return typeof input === 'string'; };