SkillAgentSearch skills...

Mintee

a tiny module for piping an input to multiple output streams

Install / Use

/learn @isaacs/Mintee
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mintee

This is a tiny module for piping an input to multiple output streams safely. It emits 'finish' when all of the writable streams it's writing into all emit 'finish'.

USAGE

const Tee = require('mintee')
const tee = new Tee(output1, output2, output3)
tee.on('finish', () => {
  console.log('wrote to all three via tee')
})
input.pipe(tee)
View on GitHub
GitHub Stars17
CategoryDevelopment
Updated24d ago
Forks4

Languages

JavaScript

Security Score

90/100

Audited on Mar 10, 2026

No findings