mirror of
https://github.com/google/blockly.git
synced 2026-05-11 14:40:11 +02:00
4efd2042f9
Missing licence tag causes presubmit failure when updating Blockly in third_party.
9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2023 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
// eslint-disable-next-line
|
|
type AnyDuringMigration = any;
|