@drjs/multilanguage
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1,4 +0,4 @@ | ||
export default interface Language { | ||
export interface Language { | ||
slug: string; | ||
label: string; | ||
} |
@@ -1,2 +0,2 @@ | ||
export default interface TranslateType { | ||
export interface TranslateType { | ||
messages: { | ||
@@ -3,0 +3,0 @@ [key: string]: string; |
@@ -1,3 +0,3 @@ | ||
export default function trans(key: string, replaces?: { | ||
export declare function trans(key: string, replaces?: { | ||
[key: string]: string; | ||
}): string; |
@@ -14,2 +14,2 @@ "use strict"; | ||
} | ||
exports.default = trans; | ||
exports.trans = trans; |
@@ -1,1 +0,1 @@ | ||
export default function transChoice(key: string, count: number, parameters?: {}): string; | ||
export declare function transChoice(key: string, count: number, parameters?: {}): string; |
@@ -63,2 +63,2 @@ "use strict"; | ||
} | ||
exports.default = transChoice; | ||
exports.transChoice = transChoice; |
{ | ||
"name": "@drjs/multilanguage", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "author": "amadormf", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4568