Source: sources/file-system/directories/_directories.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/directories
 * @description This is the directories main export entry point.
 * It expose all exports of the directories validators.
 *
 */

export * from './isDirectoryPath'
export * from './isEmptyDirectory'
export * from './isValidDirectoryPath'