We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4daf9f commit 1a4aa61Copy full SHA for 1a4aa61
global.js
@@ -29,3 +29,4 @@ globalThis.thunkify = require('./thunkify')
29
globalThis.always = require('./always')
30
globalThis.curry = require('./curry')
31
globalThis.__ = require('./__')
32
+globalThis.Transducer = require('./Transducer')
0 commit comments