UNPKG

ipld-explorer-cli

Version:

Explore the IPLD directed acyclic graph with your keyboard

4 lines (3 loc) 80 B
module.exports = async function loop (func) { while (true) { await func() } }