UNPKG

node-readdir

Version:

A lightweight Node.js module to recursively read files in a directory

8 lines 139 B
module.exports = { "/path/to/dir": { "abc.txt": "ABC", "def.dat": "DEF", "test123.txt": "123", "test456.dat": "456" } }