/**
* @author [Tristan Valcke]{@link https://github.com/Itee}
* @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause}
*
* @module sources/file-system
* @description This is the files system main export entry point.
* It exposes all exports of the files system validators.
*
*/
export * from './block-devices/_blockDevices.js'
export * from './character-devices/_characterDevices.js'
export * from './directories/_directories.js'
export * from './fifo-pipes/_fifoPipes.js'
export * from './files/_files.js'
export * from './paths/_paths.js'
export * from './sockets/_sockets.js'
export * from './symbolic-links/_symbolicLinks.js'