Showing 81-89 of 89 packages
function* noop(){}
Run async tasks sequently
Named composed middleware
Library for fetching data from Active Directory
Abstract model layer
async function copier() { let ip; while ((ip = await this.input('IN').receive()) !== null) { await this.output('OUT').send(ip); } }
utils for node.js
A visual machine run in ES env like Node/Browser
A library to ease the use of generators