From 67149ce6f28e329948062ad9acb43081c731a7fa Mon Sep 17 00:00:00 2001 From: Pokey Rule <755842+pokey@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:19:09 +0100 Subject: [PATCH] Remove export --- packages/common/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/common/src/index.ts b/packages/common/src/index.ts index 812a646551e..4f616381262 100644 --- a/packages/common/src/index.ts +++ b/packages/common/src/index.ts @@ -11,7 +11,6 @@ export { getKey, splitKey } from "./util/splitKey"; export { hrtimeBigintToSeconds } from "./util/timeUtils"; export * from "./util/walkSync"; export * from "./util/walkAsync"; -export * from "./util/disposableFrom"; export * from "./util/camelCaseToAllDown"; export { Notifier } from "./util/Notifier"; export type { Listener } from "./util/Notifier";