forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
45 lines (39 loc) · 1.1 KB
/
index.ts
File metadata and controls
45 lines (39 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
export {
LocalizationPlugin,
IStringPlaceholder as _IStringPlaceholder
} from './LocalizationPlugin';
export {
IDefaultLocaleOptions,
ILocaleData,
ILocaleElementMap,
ILocaleFileData,
ILocalizationFile as _ILocFile,
ILocalizationPluginOptions,
ILocalizationStats,
ILocalizationStatsChunkGroup,
ILocalizationStatsEntrypoint,
ILocalizationStatsOptions,
ILocalizedData,
ILocalizedString as _ILocalizedString,
ILocalizedStrings,
IPassthroughLocaleOptions,
IPseudolocaleOptions,
IPseudolocalesOptions,
ITypingsGenerationOptions
} from './interfaces';
export {
LocFileParser as _LocFileParser,
IParseLocFileOptions as _IParseLocFileOptions
} from './utilities/LocFileParser';
export {
ILoggerOptions as _ILoggerOptions
} from './utilities/Logging';
export {
ILocalizedWebpackChunk
} from './webpackInterfaces';
export {
ITypingsGeneratorOptions,
LocFileTypingsGenerator as TypingsGenerator
} from './LocFileTypingsGenerator';