From 6a9f6ff919dac7bb075412efb530c61f022fb475 Mon Sep 17 00:00:00 2001 From: Jerry Kurian Date: Thu, 15 Aug 2019 11:56:43 -0400 Subject: [PATCH] Export replace --- src/functions/baseFunctions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions/baseFunctions.ts b/src/functions/baseFunctions.ts index 7117746..2b2b067 100644 --- a/src/functions/baseFunctions.ts +++ b/src/functions/baseFunctions.ts @@ -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";