From 107d1563482bee213f3c3e32fa21eeab658fa4a4 Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Mon, 5 Oct 2020 17:47:20 -0400 Subject: [PATCH] Export zip from index --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 8a058f5fc..039510716 100644 --- a/src/index.ts +++ b/src/index.ts @@ -58,3 +58,4 @@ export * from './toPairs'; export * from './type'; export * from './uniq'; export * from './uniqBy'; +export * from './zip';