8000 Move TypingsGenerator into @rushstack/typings-generator. · JavaScriptExpert/rushstack@7f1d691 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f1d691

Browse files
committed
Move TypingsGenerator into @rushstack/typings-generator.
1 parent cb42dce commit 7f1d691

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
22
// See LICENSE in the project root for license information.
3+
4+
export {
5+
ITypingsGeneratorOptions,
6+
TypingsGenerator
7+
} from './TypingsGenerator';

0 commit comments

Comments
 (0)
0