mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 08:52:55 +00:00

PR-URL: https://github.com/nodejs/node/pull/12936 Reviewed-By: Anna Henningsen <anna@addaleax.net>
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
'use strict'
|
|
|
|
var index = require('./lib/entry-index')
|
|
|
|
module.exports = index.ls
|
|
module.exports.stream = index.lsStream
|