/** * @author [Tristan Valcke]{@link https://github.com/Itee} * @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause} * * @module sources/cores/voids * @description Export the validation methods about voids notions like null or undefined */ export * from './isDefined' export * from './isEmpty' export * from './isNull' export * from './isUndefined'