Revision 927bfb9e7b228d77298cef531307b7d85b46628b authored by Renovate Bot on 03 December 2021, 06:52:44 UTC, committed by Alex Rickabaugh on 03 December 2021, 16:48:10 UTC
1 parent 5109369
Raw File
system.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
 */

/** Dummy typings for systemjs. */
declare var System: any;
back to top