spug/spug_web/src/libs/index.js

12 lines
298 B
JavaScript

/**
* Copyright (c) OpenSpug Organization. https://github.com/openspug/spug
* Copyright (c) <spug.dev@gmail.com>
* 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';