@types/angular-translate
Advanced tools
Comparing version 2.19.3 to 2.19.4
@@ -34,3 +34,3 @@ declare var _: string; | ||
interface ITranslatePartialLoaderService extends IPartialLoader<ITranslatePartialLoaderService> { | ||
getRegisteredParts(): Array<string>; | ||
getRegisteredParts(): string[]; | ||
isPartLoaded(name: string, lang: string): boolean; | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"name": "@types/angular-translate", | ||
"version": "2.19.3", | ||
"version": "2.19.4", | ||
"description": "TypeScript definitions for angular-translate", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-translate", | ||
}, | ||
"typesPublisherContentHash": "fac18e6f33c22c49fc9907e6a537ff554066df2d735fc1bbdabd5608ae601675", | ||
"typesPublisherContentHash": "644883d0fa98da3687a94a9f70517511989f684acb8d9cdb6a735af5326d31e3", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Dependencies: [@types/angular](https://npmjs.com/package/@types/angular) | ||
@@ -14,0 +14,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
10529