Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The **promise‑writable** package wraps a Node.js `Writable` stream with a small helper class that converts its typical callback‑style operations into `Promise`‑based ones. It lets developers asynchronously `write`, `writeAll`, wait for specific stream events (`once`), and cleanly `end` or `destroy` the stream using `await`, making file‑ or socket‑writing code easier to read and compose. It’s aimed at Node developers (including TypeScript users) who work with writable streams and prefer promise‑based flow control.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of dex4er/js-promise-writable

Account's avatar
eslint/eslint
ESLint JavaScript language implementation
Account's avatar
tsconfig/bases
A base TSConfig for working with Node 16.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for core-js
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for semver
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
igorshubovych/markdownlint-cli
MarkdownLint Command Line Interface
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
rprieto/mocha-steps
Sequential scenarios for Mocha
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
shelljs/shx
Portable Shell Commands for Node
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
Microsoft/tslib
Runtime library for TypeScript helper functions
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
typescript-eslint/typescript-eslint
Tooling which enables you to use TypeScript with ESLint

Support the repos that depend on this repository

Top contributors

dex4er's profile
dex4er
96 contributions
renovate-bot's profile
renovate-bot
29 contributions
renovate[bot]'s profile
renovate[bot]
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
dex4er

dex4er/js-promise-writable

Return promise for writable stream

TypeScript
5
4
MIT License