/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Type definitions for Blockly. * @author samelh@google.com (Sam El-Husseini) */ /// /// /// /// import * as Blockly from './core'; import './blocks'; import './javascript'; import './msg/en'; export = Blockly;