fix: generator type declarations (#6412)

* fix: generator type declarations

* chore: remove accidental file overview
This commit is contained in:
Beka Westberg
2022-09-17 15:49:06 -07:00
committed by GitHub
parent c2cbed1146
commit b2fa356c60
5 changed files with 5 additions and 10 deletions

3
typings/dart.d.ts vendored
View File

@@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
declare const dart: any;
export = dart;
export declare const dartGenerator: any;

View File

@@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
declare const javascript: any;
export = javascript;
export declare const javascriptGenerator: any;

3
typings/lua.d.ts vendored
View File

@@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
declare const lua: any;
export = lua;
export declare const luaGenerator: any;

3
typings/php.d.ts vendored
View File

@@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
declare const php: any;
export = php;
export declare const phpGenerator: any;

3
typings/python.d.ts vendored
View File

@@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
declare const python: any;
export = python;
export declare const pythonGenerator: any;