UNPKG

mam-project-templates

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