UNPKG

file-info

Version:

Traverse the current directory and display the file information.

5 lines (3 loc) 147 B
var showList=require('./src/showList.js').showList; var showDetail=require('./src/showList.js').showDetail; module.exports={showList,showDetail};