UNPKG

@visulima/fs

Version:

Human friendly file system utilities for Node.js

9 lines (7 loc) 278 B
const F_OK = 0; const R_OK = 4; const W_OK = 2; const X_OK = 1; const FIND_UP_STOP = Symbol("findUpStop"); const INTERNAL_STRIP_JSON_REGEX = /"(?:[^"\\]|\\.)*"|\/\/[^\r\n]*|\/\*(?:[^*]|\*[^/])*\*\//g; export { FIND_UP_STOP, F_OK, INTERNAL_STRIP_JSON_REGEX, R_OK, W_OK, X_OK };