An open API service indexing awesome lists of open source software.

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

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