import Core from './core'; import Plugin from './plugin'; export { Plugin }; export default Core; export { LOG_TYPE, NormalLog, SpeedLog, StaticAssetsLog, PagePerformanceLog, Config, SendOption, SendSuccess, SendFail, SEND_TYPE, } from './interface'; export { getDefaultConfig, globalAny } from './constant'; export * from './pipes'; export * from './util';