UNPKG
table2array
Version:
latest (0.0.2)
0.0.2
0.0.1
Converts HTML table to Javascript array
github.com/freearhey/table2array
freearhey/table2array
table2array
/
tests
/
__data__
/
expected
/
base.js
6 lines
(5 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
5
6
export
default
[ [
'Name'
,
'Age'
], [
'Chester'
,
'41'
], [
'Steve'
,
'56'
] ]