From cbaf63073c6f9ccc136d9b2af428e83dbad6f60f Mon Sep 17 00:00:00 2001 From: Ricardo Valero de la Rosa <55701657+RicardoValero95@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:50:14 -0600 Subject: [PATCH] add unset to exports --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 96d5aac..8110e57 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,6 +10,7 @@ import { Identity, PartialApply, _, + unset, arg, arg0, arg1, @@ -28,6 +29,7 @@ import { Match } from "./internals/match/Match"; export { _, + unset, arg, arg0, arg1,