import Core from './core'; import Plugin from './plugin'; export { Plugin }; export default Core; // interface export { // 日志 LOG_TYPE, NormalLog, SpeedLog, StaticAssetsLog, PagePerformanceLog, // 配置 Config, // send方法参数类型 SendOption, SendSuccess, SendFail, SEND_TYPE, } from './interface'; // 默认配置 export { getDefaultConfig, globalAny } from './constant'; export * from './pipes'; export * from './util';