Add typings modules to match UMD modules. (#3821)

* Add typings modules to match UMD modules.
This commit is contained in:
Sam El-Husseini
2020-04-15 09:44:25 -07:00
committed by GitHub
parent c740d2781c
commit 7e4e6c7286
106 changed files with 2046 additions and 6 deletions

15
typings/php.d.ts vendored Normal file
View File

@@ -0,0 +1,15 @@
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Type definitions for the PHP generator.
* @author samelh@google.com (Sam El-Husseini)
*/
/// <reference path="core.d.ts" />
import * as Blockly from './core';
export = Blockly.Generator;