UNPKG

vinyl-fs

Version:

Vinyl adapter for the file system.

9 lines (6 loc) 126 B
'use strict'; function readDir(file, optResolver, onRead) { // Do nothing for now onRead(); } module.exports = readDir;