/**
* @author [Tristan Valcke]{@link https://github.com/Itee}
* @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause}
*
* @module sources/file-system/fifo-pipes
* @description This is the fifo-pipes main export entry point.
* It exposes all exports of the fifo-pipes validators.
*
*/
export * from './isFIFOPath.js'
export * from './isValidFIFOPath.js'