This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 前端注入自定义功能的注册入口
* 如需要注入,请在features初始化中编写注册逻辑,使用此处提供的注册方法进行注册
*/
export {
// 注册对象存储服务商实现(前端),前端无需直接使用,在Features-Extrafile初始化时传入实现类即可
registerCos, } from './utils/cos/index.frontend';