Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/origin-1/sync-readable
Synchronize a function that returns a Node.js readable stream.
https://github.com/origin-1/sync-readable
Last synced: about 16 hours ago
JSON representation
Synchronize a function that returns a Node.js readable stream.
- Host: GitHub
- URL: https://github.com/origin-1/sync-readable
- Owner: origin-1
- License: isc
- Created: 2024-03-17T09:40:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T10:41:09.000Z (10 months ago)
- Last Synced: 2024-12-17T03:02:17.739Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sync-readable · [![npm version][npm badge]][npm URL]
A utility to convert a function that returns a `Promise` of a Node.js `ReadableStream` into a function that returns a Node.js `ReadableStream`.
The new function accepts the same arguments as the original function.[npm badge]: https://img.shields.io/npm/v/sync-readable?logo=npm
[npm URL]: https://www.npmjs.com/package/sync-readable