UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

9 lines (6 loc) 120 B
'use strict'; function readDir(file, opt, cb) { // Do nothing for now cb(null, file); } module.exports = readDir;