Skip to content

Commit 1a4aa61

Browse files
committed
include Transducer in global
1 parent f4daf9f commit 1a4aa61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

global.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ globalThis.thunkify = require('./thunkify')
2929
globalThis.always = require('./always')
3030
globalThis.curry = require('./curry')
3131
globalThis.__ = require('./__')
32+
globalThis.Transducer = require('./Transducer')

0 commit comments

Comments
 (0)