Methods
mapEntries
- mapEntries(): Map<String, String>
Returns Map<String, String>
mapKeys
- mapKeys(): Set<string>
Returns Set<string>
mapValue
- mapValue(key): string
Returns string
- mapValue(key, value): void
Returns void
objectEntries
- objectEntries(): {
[key: string]: string;
} Returns {
[key: string]: string;
}
removeMapValue
- removeMapValue(key): string
Returns string
TODO
Example