UNPKG

ipld-explorer-cli

Version:

Explore the IPLD directed acyclic graph with your keyboard

5 lines (4 loc) 96 B
module.exports = function exit ({ spinner }) { if (spinner) spinner.stop() process.exit() }