ls.js 123 B

123456
  1. 'use strict'
  2. const index = require('./lib/entry-index')
  3. module.exports = index.ls
  4. module.exports.stream = index.lsStream