UNPKG

af-conditionals

Version:

A library that provides tools for making decisions in your code

12 lines (11 loc) 332 B
export * from './conditional'; export * from './is-array'; export * from './is-empty'; export * from './is-falsey'; export * from './is-function'; export * from './is-number'; export * from './is-object'; export * from './is-string'; export * from './is-truthy'; export * from './is-undefined-or-null'; export * from './is-usable';