UNPKG

fully-optional

Version:
8 lines (7 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isEmpty(value) { return value === null || value === undefined; } exports.isEmpty = isEmpty; exports.default = isEmpty;