UNPKG

734 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8/**
9 * JS version of browser APIs. This library can only run in the browser.
10 */
11declare var win: any;
12export { win as window };
13export declare var document: any;
14export declare var location: any;
15export declare var gc: () => any;
16export declare var performance: any;
17export declare const Event: any;
18export declare const MouseEvent: any;
19export declare const KeyboardEvent: any;
20export declare const EventTarget: any;
21export declare const History: any;
22export declare const Location: any;
23export declare const EventListener: any;