UNPKG

af-conditionals

Version:

A library that provides tools for making decisions in your code

7 lines (6 loc) 142 B
export * from './comparison'; export * from './eq'; export * from './gt'; export * from './gte'; export * from './lt'; export * from './lte';