@types/langs
Advanced tools
Comparing version
@@ -23,3 +23,3 @@ // Type definitions for langs 2.0 | ||
codes: (type: Type) => string[]; | ||
names: (local: boolean) => string[]; | ||
names: (local?: boolean) => string[]; | ||
where: (type: Type, val: string) => Language | undefined; | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "@types/langs", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for langs", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/langs", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5d90ecbf49f58bbd3adcedf155cdeda085ac3892e4b8e8cbe7dc3aba9f3e9384", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "85ed7c303e872367f16fc9881db8c66890bdacb0c06c7c4e05164825866a4a80", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -33,3 +33,3 @@ # Installation | ||
codes: (type: Type) => string[]; | ||
names: (local: boolean) => string[]; | ||
names: (local?: boolean) => string[]; | ||
where: (type: Type, val: string) => Language | undefined; | ||
@@ -45,3 +45,3 @@ } | ||
### Additional Details | ||
* Last updated: Sun, 30 May 2021 15:31:20 GMT | ||
* Last updated: Sat, 02 Oct 2021 23:01:19 GMT | ||
* Dependencies: none | ||
@@ -48,0 +48,0 @@ * Global values: none |
4133
0.05%