UNPKG

blockly

Version:

Blockly is a library for building visual programming editors.

16 lines (12 loc) 290 B
/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Type definitions for Blockly core. * @author samelh@google.com (Sam El-Husseini) */ /// <reference path="blockly.d.ts" /> import * as Blockly from 'blockly'; export = Blockly;