chore: 兼容写法(原方式在node22会报错)

This commit is contained in:
dap 2024-10-10 16:25:05 +08:00
parent 132e20f83e
commit 21015c6dd7

View File

@ -2,4 +2,4 @@ export * from './helpers';
export * from '@vben-core/shared/cache';
export * from '@vben-core/shared/color';
export * from '@vben-core/shared/utils';
export * from 'file-type';
export { fileTypeFromBlob } from 'file-type';