Files
blockly/typings/php.d.ts
2021-04-12 16:00:16 -07:00

17 lines
325 B
TypeScript

/**
* @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';
declare const php: Blockly.Generator;
export = php;