UNPKG

838 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 */
8import { __core_private__ as r } from '@angular/core';
9export declare type ReflectorReader = typeof r._ReflectorReader;
10export declare var ReflectorReader: typeof r.ReflectorReader;
11export declare type ReflectionCapabilities = typeof r._ReflectionCapabilities;
12export declare var ReflectionCapabilities: typeof r.ReflectionCapabilities;
13export declare type Console = typeof r._Console;
14export declare var Console: typeof r.Console;
15export declare var reflector: typeof r.reflector;
16export declare type SetterFn = typeof r._SetterFn;
17export declare type GetterFn = typeof r._GetterFn;
18export declare type MethodFn = typeof r._MethodFn;