From d2632330f8ed533a069cba77464f4c5c4d63d18e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 2 Oct 2024 12:28:31 +0200 Subject: [PATCH] Do not export nextFuzzyUpdate from package root entry point --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c0cea395..60801748 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,7 +17,6 @@ export type { // Utils export { - nextFuzzyUpdate, decayingInterval, formatRelativeDate, formatDateTime,