/** * @author [Tristan Valcke]{@link https://github.com/Itee} * @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause} * * @module sources/cores/numbers * @description Export the validation methods about numbers * */ export * from './isInfinite' export * from './isMax' export * from './isMin' export * from './isNumber' export * from './isSafeInteger' export * from './isZero'