mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
* chore: remove suppress annotations * chore: remove fileoverview annotation * chore: remove other unused annotations * chore: change return to returns * chore: enable tag linting
15 lines
236 B
TypeScript
15 lines
236 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* Type definitions for the Blockly qqq locale.
|
|
*/
|
|
|
|
/// <reference path="msg.d.ts" />
|
|
|
|
import BlocklyMsg = Blockly.Msg;
|
|
export = BlocklyMsg;
|