https://github.com/talentlessguy/dunai
A collection of tiny utilities for node streams
https://github.com/talentlessguy/dunai
esm node-streams nodejs stream
Last synced: 5 months ago
JSON representation
A collection of tiny utilities for node streams
- Host: GitHub
- URL: https://github.com/talentlessguy/dunai
- Owner: talentlessguy
- License: mit
- Created: 2025-01-27T17:09:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T20:14:58.000Z (about 1 year ago)
- Last Synced: 2025-03-09T21:02:52.970Z (11 months ago)
- Topics: esm, node-streams, nodejs, stream
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dunai
![Coveralls][cov-badge] ![npm size][npm-size-badge]
A collection of tiny utilities for node streams, rewritten for simplicity and compactness.
## Features
- really smol
- 0 dependencies
- ESM-only and types out of the box
## API
### `dunai/progress`
- based on `progress-stream` (210KB)
- ~94.2% smaller install size
### `dunai/concat`
- based on `concat-stream` (221KB)
- ~94.5% smaller install size
[cov-badge]: https://img.shields.io/coverallsCoverage/github/talentlessguy/dunai?style=for-the-badge&color=457b9d
[npm-badge]: https://img.shields.io/npm/d18m/dunai?style=for-the-badge&color=457b9d
[npm-size-badge]: https://img.shields.io/npm/unpacked-size/dunai?style=for-the-badge&color=457b9d