mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
13 lines
166 B
JavaScript
13 lines
166 B
JavaScript
/**
|
|
* @license
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Blockly module.
|
|
*/
|
|
|
|
/* eslint-disable */
|
|
'use strict';
|