UNPKG

motion

Version:

motion - moving development forward

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