UNPKG

traverse-folders

Version:

Traverse nested folders and process each of the discovered files.

8 lines (6 loc) 111 B
const ERROR_BUSY = 'EBUSY' const ERROR_NOT_DIR = 'ENOTDIR' module.exports = { ERROR_BUSY, ERROR_NOT_DIR }