refactor(plugin-file-manager): expose utils api (#6705)

This commit is contained in:
Junyi 2025-04-20 15:24:11 +08:00 committed by GitHub
parent 817ba15a91
commit ec0e1787d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ import { StorageEngine } from 'multer';
export * from '../constants';
export { AttachmentModel, default, PluginFileManagerServer, StorageModel } from './server';
export { cloudFilenameGetter } from './utils';
export { StorageType } from './storages';
export { StorageEngine };