mirror of
https://github.com/google/blockly.git
synced 2026-05-13 07:30:10 +02:00
ebd9d51f3d
This reverts commit 9a2f288dd4.
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
/**
|
|
* @license
|
|
* Copyright 2019 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Type definitions for Blockly.
|
|
* @author samelh@google.com (Sam El-Husseini)
|
|
*/
|
|
|
|
export = Blockly; |