@types/angular-translate
Advanced tools
Comparing version 2.16.0 to 2.16.1
@@ -124,4 +124,5 @@ // Type definitions for Angular Translate (pascalprecht.translate module) 2.16 | ||
(translationId: string, interpolateParams?: any, interpolation?: string, forceLanguage?: string): string; | ||
(translationIds: string[], interpolateParams?: any, interpolation?: string, forceLanguage?: string): { [key: string]: string }; | ||
}; | ||
} | ||
} |
{ | ||
"name": "@types/angular-translate", | ||
"version": "2.16.0", | ||
"version": "2.16.1", | ||
"description": "TypeScript definitions for Angular Translate (pascalprecht.translate module)", | ||
@@ -19,5 +19,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/angular-translate" | ||
}, | ||
@@ -28,4 +30,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "2f5a80ff319f706dc01ea8f9192573598ff88a61fb37e8f1855bbac19a042140", | ||
"typesPublisherContentHash": "2d21ff35ac5bd29bc46ece5bf46b45e4d4d0cb78b2385528f97bf53bacf51937", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Jun 2018 19:16:56 GMT | ||
* Dependencies: angular | ||
* Last updated: Tue, 05 Nov 2019 22:54:30 GMT | ||
* Dependencies: @types/angular | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Michel Salib <https://github.com/michelsalib>, Gabriel Gil <https://github.com/GabrielGil>. | ||
These definitions were written by Michel Salib <https://github.com/michelsalib>, and Gabriel Gil <https://github.com/GabrielGil>. |
Sorry, the diff of this file is not supported yet
9270
114