Source: sources/cores/strings/_strings.js

/**
 * @author [Tristan Valcke]{@link https://github.com/Itee}
 * @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause}
 *
 * @module sources/cores/strings
 * @description Export the validation methods about strings
 */

export * from './isBlankString'
export * from './isEmptyString'
export * from './isString'