UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

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