diff options
Diffstat (limited to 'tools/ts_library_builder/testdata/globals.ts')
| -rw-r--r-- | tools/ts_library_builder/testdata/globals.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ts_library_builder/testdata/globals.ts b/tools/ts_library_builder/testdata/globals.ts index e80862025..9d117c794 100644 --- a/tools/ts_library_builder/testdata/globals.ts +++ b/tools/ts_library_builder/testdata/globals.ts @@ -8,3 +8,5 @@ foobarbaz.bar = new moduleC.Bar(); foobarbaz.qat = moduleC.qat; foobarbaz.process = moduleE.process; foobarbaz.reprocess = moduleD.reprocess; +foobarbaz.Bar = moduleC.Bar; +export type Bar = moduleC.Bar; |
