fixed bugs
This commit is contained in:
parent
5eb588a709
commit
50d239a4eb
5 changed files with 48 additions and 17 deletions
|
@ -66,7 +66,8 @@ declare global {
|
|||
overrideValue(key: K, value: OptionalProperties<V>): void;
|
||||
keysToJson(): string;
|
||||
toArray(): V[];
|
||||
getPredicateValue(callBack: (value: V) => boolean): K[];
|
||||
toArrayEntries(): { key: K; value: V }[];
|
||||
getPredicateKey(callBack: (value: V) => boolean): K[];
|
||||
incrementValue(key: K): void;
|
||||
}
|
||||
interface Boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue