Source: sources/file-system/fifo-pipes/_fifoPipes.js

/**
 * @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 expose all exports of the fifo-pipes validators.
 *
 */

export * from './isFIFOPath'
export * from './isValidFIFOPath'