0no-co / wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow
MIT License
709 stars 29 forks source link

feat: Implement bundled d.ts output #135

Closed kitten closed 1 year ago

kitten commented 1 year ago

This replaces the dist/types/* folder output by @rollup/plugin-typescript with a bundled dist/wonka.d.ts file by rollup-plugin-dts. This output is then also used by the Flow typings generator to generate a unified js.flow file.