generaltranslation 6.3.2-alpha.0 → 6.3.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
@@ -15,7 +15,7 @@ type GTConstructorParams = {
|
|
15
15
|
/**
|
16
16
|
* GT is the core driver for the General Translation library.
|
17
17
|
*/
|
18
|
-
declare class GT {
|
18
|
+
export declare class GT {
|
19
19
|
apiKey: string;
|
20
20
|
devApiKey: string;
|
21
21
|
sourceLocale: string;
|
@@ -339,4 +339,4 @@ export declare function determineLocale(locales: string | string[], approvedLoca
|
|
339
339
|
* @returns {boolean} - Returns `true` if translation is required, otherwise `false`.
|
340
340
|
*/
|
341
341
|
export declare function requiresTranslation(sourceLocale: string, targetLocale: string, approvedLocales?: string[]): boolean;
|
342
|
-
export {
|
342
|
+
export {};
|