/** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) * Released under the MIT License. */ import _http from './http'; export * from './functools'; export * from './router'; export const http = _http; export const VERSION = 'v2.2.6';