UNPKG
@antv/narrative-text-schema
Version:
latest (0.3.7)
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.3-beta.0
0.2.2
0.2.1
0.2.0
0.1.5
Json schema of narrative text visualization
@antv/narrative-text-schema
/
lib
/
utils
/
arr2map.d.ts
2 lines
(1 loc)
•
80 B
TypeScript
View Raw
1
2
export
declare
function
arr2map<T>(
arr
: T[],
keyId
:
string
):
Record
<
string
, T>;