UNPKG

load-directory

Version:

Recursively load the entire directory with strategies for customized object structure

13 lines (10 loc) 204 B
'use strict'; module.exports.get = function (error) { const errors = { NO_PATH: 'require path not provided' }; if (error) { return errors[error]; } return errors; };