https://github.com/angular/angular
Raw File
Tip revision: 0dbd50bea5be80f64af0f50aee04ca3530d9c7e7 authored by Renovate Bot on 12 March 2022, 10:38:13 UTC
build: update dependency eslint-plugin-jsdoc to v38 (#45332)
Tip revision: 0dbd50b
types.d.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

// This file contains all ambient imports needed to compile the modules/ source code

/// <reference types="hammerjs" />
/// <reference types="jasmine" />
/// <reference types="jasminewd2" />
/// <reference types="node" />
/// <reference types="zone.js" />
/// <reference lib="es2015" />
back to top