Files
blockly/typings/msg/bs.d.ts
2021-07-10 13:02:47 +01:00

17 lines
296 B
TypeScript

/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Type definitions for the Blockly bs locale.
* @author samelh@google.com (Sam El-Husseini)
*/
/// <reference path="msg.d.ts" />
import BlocklyMsg = Blockly.Msg;
export = BlocklyMsg;