UNPKG

iz

Version:

Validation for node and the web.

11 lines (8 loc) 178 B
'use strict'; var izEmpty = require('./empty'); module.exports = function izBlank(value) { if (typeof value === 'string') { return izEmpty(value); } return false; };