mixio 1.10.0
This commit is contained in:
16
blockly/typings/msg/dty.d.ts
vendored
Normal file
16
blockly/typings/msg/dty.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview Type definitions for the Blockly dty locale.
|
||||
* @author samelh@google.com (Sam El-Husseini)
|
||||
*/
|
||||
|
||||
/// <reference path="msg.d.ts" />
|
||||
|
||||
import BlocklyMsg = Blockly.Msg;
|
||||
export = BlocklyMsg;
|
||||
|
||||
Reference in New Issue
Block a user