Export replace

This commit is contained in:
Jerry Kurian 2019-08-15 11:56:43 -04:00
parent a3d780602d
commit 3566b173bd

View File

@ -15,6 +15,7 @@ export { parallelMap } from "./parallelMap";
export { parse } from "./parse";
export { rate } from "./rate";
export { reduce } from "./reduce";
export { replace } from "./replace";
export { split } from "./split";
export { stringify } from "./stringify";
export { unbatch } from "./unbatch";