UNPKG

fliphub-monorepo

Version:
4 lines (3 loc) 130 B
module.exports = function realNotEmpty(input) { return input !== undefined && input !== null && input !== '' && input !== NaN }