UNPKG

validatees

Version:

✅ Validation library for ES6+ modules

12 lines (11 loc) 465 B
export { isFalsy } from "./isFalsy"; export { isFalsyExtended } from "./isFalsyExtended"; export { isTruthy } from "./isTruthy"; export { isTruthyExtended } from "./isTruthyExtended"; export { isNullish } from "./isNullish"; export { isString } from "./isString"; export { isNumber } from "./isNumber"; export { isBoolean } from "./isBoolean"; export { isExtendable } from "./isExtendable"; export { isRegExp } from "./isRegExp"; export { isDate } from "./isDate";