@types/autosuggest-trie
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -12,3 +12,3 @@ // Type definitions for autosuggest-trie 2.1 | ||
*/ | ||
declare function createTrie<T extends object>( | ||
declare function createTrie<T extends object>( | ||
items: T[], | ||
@@ -15,0 +15,0 @@ textKey: keyof T, |
{ | ||
"name": "@types/autosuggest-trie", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for autosuggest-trie", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/autosuggest-trie", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0b5851cbc409ea44d467b4a5fe2c9bd98e612c8b16f7a50c0cb561132d0542eb", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "bceea9a3ceff8b0b9fc2f47ec52c2d2b162ec47c8012f88c6697279a06da0266", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -22,3 +22,3 @@ # Installation | ||
*/ | ||
declare function createTrie<T extends object>( | ||
declare function createTrie<T extends object>( | ||
items: T[], | ||
@@ -76,3 +76,3 @@ textKey: keyof T, | ||
### Additional Details | ||
* Last updated: Sun, 29 Aug 2021 03:01:20 GMT | ||
* Last updated: Fri, 22 Sep 2023 18:11:04 GMT | ||
* Dependencies: none | ||
@@ -79,0 +79,0 @@ * Global values: none |
6515