Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typos for typings

+2 -2
+1 -1
index.js.flow
··· 1 1 // @flow 2 2 3 - declare export * from "./dist/types/src/wonka.js.flow" 3 + declare export * from "./dist/types/src/Wonka.js.flow"
+1 -1
package.json
··· 7 7 "main": "./dist/wonka.js", 8 8 "module": "./dist/wonka.es.js", 9 9 "jsnext:main": "./dist/wonka.es.js", 10 - "types": "./dist/types/src/wonka.d.ts", 10 + "types": "./dist/types/src/Wonka.d.ts", 11 11 "sideEffects": false, 12 12 "files": [ 13 13 "src",