mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
16 lines
187 B
JavaScript
16 lines
187 B
JavaScript
/**
|
|
* @license
|
|
* Copyright 2019 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Externs for goog.
|
|
* @externs
|
|
*/
|
|
|
|
/**
|
|
* @type {!Object}
|
|
*/
|
|
var goog = {};
|