mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
// This file is here to mock out ts2dart imports of upgrade.
|
|
|
|
export type UpgradeAdapter = any;
|
|
export var UpgradeAdapter: any;
|