This commit is contained in:
Jerry Kurian
2019-08-22 12:07:30 -04:00
parent 1e7fad2403
commit d097fa6aa5
5 changed files with 93 additions and 43 deletions

View File

@@ -19,4 +19,4 @@ export { replace } from "./replace";
export { split } from "./split";
export { stringify } from "./stringify";
export { unbatch } from "./unbatch";
export { compose } from "./compose";
export { compose, composeDuplex } from "./compose";