Files
blockly/core/msg.ts
T
2022-06-23 15:07:47 -07:00

21 lines
388 B
TypeScript

/**
* @license
* Copyright 2013 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Empty name space for the Message singleton.
*/
/**
* Empty name space for the Message singleton.
* @namespace Blockly.Msg
*/
goog.declareModuleId('Blockly.Msg');
/** A dictionary of localised messages. */
export const Msg: {[key: string]: string} = Object.create(null);