UNPKG

readablefn

Version:

Helpful and useful javascript functions

5 lines (4 loc) 222 B
export { default as isNotNull } from './is-not-null'; export { default as isNotUndefined } from './is-not-undefined'; export { default as isNull } from './is-null'; export { default as isUndefined } from './is-undefined';