UNPKG

iz

Version:

Validation for node and the web.

5 lines (4 loc) 124 B
'use strict'; module.exports = function izString(value) { return typeof value === 'string' || value instanceof String; };