UNPKG

ts-toolbelt

Version:

TypeScript's largest utility library

6 lines (5 loc) 136 B
/** @ignore */ /** */ export { And } from './And'; export { Not } from './Not'; export { Or } from './Or'; export { Xor } from './Xor';