-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Description
Summary
The transduce() method is missing from the type definition and is therefore invisible to TypeScript.
Versions
- most.js: 1.7.2
- typescript: 2.6.2
Steps to reproduce
- Import the transduce method from most or import all of most and use the transduce method
Code to reproduce
Doing...
import { transduce } from 'most';
... will result in the error...
[ts] Module '".../node_modules/most/type-definitions/most"' has no exported member 'transduce'.
Doing...
import * as most from 'most';
most.transduce( transducer );
... will result in the error...
[ts] Property 'transduce' does not exist on type 'typeof ".../node_modules/most/type-definitions/most"'.
EricCrosson
Metadata
Metadata
Assignees
Labels
No labels