UNPKG

preact-material-components

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