From a331db4006325742ff076384a73e8bbb2a1bc932 Mon Sep 17 00:00:00 2001 From: YiJie Date: Mon, 14 Oct 2024 01:53:15 +0800 Subject: [PATCH] fix(core): idea inspection --- packages/core/src/consumers/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/consumers/index.ts b/packages/core/src/consumers/index.ts index c846719..7188b2c 100644 --- a/packages/core/src/consumers/index.ts +++ b/packages/core/src/consumers/index.ts @@ -4,6 +4,7 @@ export { export { default as calc } from './calc' +// noinspection ReservedWordAsName export { default as function } from './function'