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

export * from './isSymbolicLinkPath'
export * from './isValidSymbolicLinkPath'