blockly
Version:
Blockly is a library for building visual programming editors.
13 lines • 330 B
TypeScript
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { PhpGenerator } from './php/php_generator.js';
export * from './php/php_generator.js';
/**
* Php code generator instance.
* @type {!PhpGenerator}
*/
export declare const phpGenerator: PhpGenerator;
//# sourceMappingURL=php.d.ts.map