UNPKG

845 BJavaScriptView Raw
1/*
2Tencent is pleased to support the open source community by making vConsole available.
3
4Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5
6Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7http://opensource.org/licenses/MIT
8
9Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10*/
11
12/**
13 * A Front-End Console Panel for Mobile Webpage
14 */
15
16// global
17import './lib/symbol.js';
18
19// classes
20import VConsole from './core/core.js';
21
22// export
23export default VConsole;
\No newline at end of file