blockly
Version:
Blockly is a library for building visual programming editors.
12 lines • 305 B
TypeScript
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { LuaGenerator } from './lua/lua_generator.js';
export * from './lua/lua_generator.js';
/**
* Lua code generator instance.
*/
export declare const luaGenerator: LuaGenerator;
//# sourceMappingURL=lua.d.ts.map