Files
blockly/core/any_aliases.ts
Christopher Allen 4efd2042f9 chore: Add required @license tag to any_aliases.ts (#6899)
Missing licence tag causes presubmit failure when updating
Blockly in third_party.
2023-03-16 17:15:51 +01:00

9 lines
148 B
TypeScript

/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// eslint-disable-next-line
type AnyDuringMigration = any;