mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
fix: Fix typing error of generators (#4753)
This commit is contained in:
3
typings/python.d.ts
vendored
3
typings/python.d.ts
vendored
@@ -12,4 +12,5 @@
|
||||
/// <reference path="core.d.ts" />
|
||||
|
||||
import * as Blockly from './core';
|
||||
export = Blockly.Generator;
|
||||
declare const python: Blockly.Generator;
|
||||
export = python;
|
||||
|
||||
Reference in New Issue
Block a user