Type aliases
Stringifiable
Stringifiable: object
Type declaration
-
toString: function
-
Returns string
Functions
entries
- entries<T>(object: object): Array<object>
- entries(object: Object): Array<object>
-
Type parameters
Parameters
Returns Array<object>
-
Parameters
Returns Array<object>
keys
- keys(object: object): Array<string>
- keys(object: Object): Array<string>
-
Parameters
Returns Array<string>
-
Parameters
Returns Array<string>
map
- map<T>(): Map<T>
- map<T>(d3Map: Map<T>): Map<T>
- map<T>(object: object): Map<T>
- map<T>(object: object): Map<T>
- map<T>(array: Array<T>, key?: function): Map<T>
- map(object: Object): Map<any>
-
Type parameters
Returns Map<T>
-
Type parameters
Parameters
Returns Map<T>
-
Type parameters
Parameters
Returns Map<T>
-
Type parameters
Parameters
Returns Map<T>
-
Type parameters
Parameters
-
array: Array<T>
-
Optional key: function
-
- (value: T, i?: number, array?: Array<T>): string
-
Parameters
-
value: T
-
Optional i: number
-
Optional array: Array<T>
Returns string
Returns Map<T>
-
Parameters
Returns Map<any>
nest
- nest<Datum>(): Nest<Datum, undefined>
- nest<Datum, RollupType>(): Nest<Datum, RollupType>
-
Type parameters
Returns Nest<Datum, undefined>
-
Type parameters
Returns Nest<Datum, RollupType>
set
-
Returns Set
-
Parameters
Returns Set
-
Parameters
Returns Set
-
Type parameters
Parameters
-
array: Array<T>
-
key: function
-
- (value: T, index?: number, array?: Array<T>): string
-
Parameters
-
value: T
-
Optional index: number
-
Optional array: Array<T>
Returns string
Returns Set
values
- values<T>(object: object): Array<T>
- values(object: Object): Array<any>
-
Type parameters
Parameters
Returns Array<T>
-
Parameters
Returns Array<any>
Reference type things that can be coerced to string implicitely