@types/node-gettext
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -22,4 +22,4 @@ // Type definitions for node-gettext 3.0 | ||
npgettext(msgctxt: string, msgid: string, msgidPlural: string, count: number): string; | ||
off(eventName: 'error', callback: (error: Error) => void): void; | ||
on(eventName: 'error', callback: (error: Error) => void): void; | ||
off(eventName: "error", callback: (error: Error) => void): void; | ||
on(eventName: "error", callback: (error: Error) => void): void; | ||
pgettext(msgctxt: string, msgid: string): string; | ||
@@ -26,0 +26,0 @@ setLocale(locale: string): void; |
{ | ||
"name": "@types/node-gettext", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "TypeScript definitions for node-gettext", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-gettext", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "15b0ed3025ceac50a67dc7a92d7fd6e4b8e9d7fa594f907e08962c804c5c3bf8", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "7fac291c76df5eeb5f7c7526637baf52d8db237ccdd486f78950672ba7510a96", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -32,4 +32,4 @@ # Installation | ||
npgettext(msgctxt: string, msgid: string, msgidPlural: string, count: number): string; | ||
off(eventName: 'error', callback: (error: Error) => void): void; | ||
on(eventName: 'error', callback: (error: Error) => void): void; | ||
off(eventName: "error", callback: (error: Error) => void): void; | ||
on(eventName: "error", callback: (error: Error) => void): void; | ||
pgettext(msgctxt: string, msgid: string): string; | ||
@@ -45,3 +45,3 @@ setLocale(locale: string): void; | ||
### Additional Details | ||
* Last updated: Thu, 16 Dec 2021 22:32:02 GMT | ||
* Last updated: Sat, 23 Sep 2023 20:38:33 GMT | ||
* Dependencies: none | ||
@@ -48,0 +48,0 @@ * Global values: none |
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