UNPKG

@alexjeffburke/npm-dependants

Version:
10 lines (7 loc) 158 B
const dependants = require('.') const main = async () => { for await (const dependant of dependants('express')) { console.log(dependant) } } main()