UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

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