This commit is contained in:
Jerry Kurian
2019-08-21 15:40:19 -04:00
parent 7394b6ef84
commit 6581e1d745
7 changed files with 81 additions and 2 deletions

View File

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