UNPKG

simple2k13

Version:
3 lines 160 B
const isNull = (value) => [undefined, `""`, `" "`, `null`, `[]`, `{}`].includes(JSON.stringify(value)); export default isNull; //# sourceMappingURL=index.js.map