mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Move function so typings are alphabetical.
This commit is contained in:
Vendored
+1
-1
@@ -66,8 +66,8 @@ interface I18nextOptions {
|
||||
|
||||
interface I18nextStatic {
|
||||
|
||||
addResources(language: string, namespace: string, resources: IResourceStoreKey): void;
|
||||
addPostProcessor(name: string, fn: (value: any, key: string, options: any) => string): void;
|
||||
addResources(language: string, namespace: string, resources: IResourceStoreKey): void;
|
||||
detectLanguage(): string;
|
||||
functions: {
|
||||
extend(target: any, ...objs: any[]): Object;
|
||||
|
||||
Reference in New Issue
Block a user