Files
biobulkbende.org/node_modules/vinyl-fs/lib/src/read-contents/read-dir.js
2020-09-16 14:23:28 +02:00

9 lines
126 B
JavaScript

'use strict';
function readDir(file, optResolver, onRead) {
// Do nothing for now
onRead();
}
module.exports = readDir;