Skip to content

Commit

Permalink
Upstream http://cl/374717449
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 27, 2022
1 parent 9689787 commit adc6d51
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/utils/telemetry.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// tslint:disable:variable-name Describing an API that's defined elsewhere.

import {PolymerElementConstructor} from '../../interfaces';

export {PolymerElementConstructor} from '../../interfaces';

/** Array of Polymer element classes that have been finalized. */
export const registrations: PolymerElementConstructor[];

export {incrementInstanceCount};

declare function incrementInstanceCount(): void;
Expand All @@ -19,5 +26,3 @@ export {dumpRegistrations};
* Logs all elements registered with an `is` to the console.
*/
declare function dumpRegistrations(): void;

import {PolymerElementConstructor} from '../../interfaces';

0 comments on commit adc6d51

Please sign in to comment.