Outlook_Addin_LLM/node_modules/node-readfiles/test/fixtures/flat.js

8 lines
140 B
JavaScript
Raw Normal View History

module.exports = {
'/path/to/dir': {
'abc.txt': 'ABC',
'def.dat': 'DEF',
'test123.txt': '123',
'test456.dat': '456'
}
};