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

View File

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