diff --git a/src/constant/fsConstants.ts b/src/constant/fsConstants.ts index 250b201d..48e46013 100644 --- a/src/constant/fsConstants.ts +++ b/src/constant/fsConstants.ts @@ -1,8 +1,6 @@ 'use strict' -import { posix } from 'path' - export const DOT = '.' export const UTF8_ENCODING = 'utf8' export const PATH_SEPARATOR_REGEX = /[/\\]+/ -export const PATH_SEP = posix.sep +export const PATH_SEP = '/'