mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
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;
|