UNPKG

406 BTypeScriptView Raw
1
2/**
3 * @license
4 * MOST Web Framework 2.0 Codename Blueshift
5 * Copyright (c) 2017, THEMOST LP All rights reserved
6 *
7 * Use of this source code is governed by an BSD-3-Clause license that can be
8 * found in the LICENSE file at https://themost.io/license
9 */
10import HttpDataController from "./data";
11
12declare class HttpLookupController extends HttpDataController {
13
14}
15
16export default HttpLookupController;
\No newline at end of file