mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
// This file is here to mock out ts2dart imports of upgrade.
|
|
|
|
export type UpgradeAdapter = any;
|
|
export var UpgradeAdapter: any;
|