mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
12 lines
165 B
JavaScript
12 lines
165 B
JavaScript
/**
|
|
* @license
|
|
* Copyright 2019 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Blockly module.
|
|
*/
|
|
|
|
/* eslint-disable */
|
|
'use strict'; |