Welcome to mirror list, hosted at ThFree Co, Russian Federation.

none.js « completion « utils « lib « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 752400da46f4cba4553d962867bc69dd8f453415 (plain)
1
2
// used for commands where no completion is relevant/possible
module.exports = (opts, cb) => cb(null, [])