@types/i18next-node-fs-backend
Advanced tools
Comparing version 2.1.3 to 2.1.4
declare namespace I18next { | ||
interface I18nextOptions extends i18nextNodeFsBackEnd.I18nextOptions { } | ||
interface I18nextOptions extends i18nextNodeFsBackEnd.I18nextOptions {} | ||
} | ||
@@ -47,3 +47,7 @@ | ||
constructor(services?: any, options?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions); | ||
init(services: i18next.Services, backendOptions?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions, i18nextOptions?: i18next.InitOptions): void; | ||
init( | ||
services: i18next.Services, | ||
backendOptions?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions, | ||
i18nextOptions?: i18next.InitOptions, | ||
): void; | ||
read(language: string, namespace: string, callback: i18next.ReadCallback): void; | ||
@@ -50,0 +54,0 @@ create(languages: string[], namespace: string, key: string, fallbackValue: string): void; |
{ | ||
"name": "@types/i18next-node-fs-backend", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "TypeScript definitions for i18next-node-fs-backend", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/i18next-node-fs-backend", | ||
}, | ||
"typesPublisherContentHash": "dcf2775b5d2b2ce694924d3dac9ce6f51861bb59a8ef6a147c9de58ffda578b9", | ||
"typesPublisherContentHash": "01bdb23b2516db5a309fafd637e7c8d01f1b9cfc3345f8cea594ae35a8e1df20", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -12,3 +12,3 @@ # Installation | ||
declare namespace I18next { | ||
interface I18nextOptions extends i18nextNodeFsBackEnd.I18nextOptions { } | ||
interface I18nextOptions extends i18nextNodeFsBackEnd.I18nextOptions {} | ||
} | ||
@@ -58,3 +58,7 @@ | ||
constructor(services?: any, options?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions); | ||
init(services: i18next.Services, backendOptions?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions, i18nextOptions?: i18next.InitOptions): void; | ||
init( | ||
services: i18next.Services, | ||
backendOptions?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions, | ||
i18nextOptions?: i18next.InitOptions, | ||
): void; | ||
read(language: string, namespace: string, callback: i18next.ReadCallback): void; | ||
@@ -71,3 +75,3 @@ create(languages: string[], namespace: string, key: string, fallbackValue: string): void; | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT | ||
* Dependencies: [i18next](https://npmjs.com/package/i18next) | ||
@@ -74,0 +78,0 @@ |
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
6268
50
78