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

export * from './isSocketPath'
export * from './isValidSocketPath'