UNPKG

blockly

Version:

Blockly is a library for building visual programming editors.

11 lines (9 loc) 240 B
/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as libraryBlocks from './blocks'; // Handcrafted file. export * from './core/blockly'; export {libraryBlocks}; export const JavaScript: any;