7 lines
123 B
JavaScript
Raw Permalink Normal View History

2025-04-28 12:25:20 +08:00
'use strict'
const index = require('./lib/entry-index')
module.exports = index.ls
module.exports.stream = index.lsStream