@iamtraction/locke
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@iamtraction/locke", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A simple internationalization handler for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,2 +0,2 @@ | ||
declare type Variables = { | ||
type Variables = { | ||
[key: string]: unknown; | ||
@@ -19,4 +19,4 @@ }; | ||
private resolveVariables; | ||
getText(locale: string, key: string, variables: Variables): string; | ||
getText(locale: string, key: string, variables?: Variables): string; | ||
} | ||
export { Locke }; |
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
5751