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
/
colspan.js
13 lines
(12 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
default
[ [
'Monday'
,
'Tuesday'
,
'Wednesday'
,
'Thursday'
,
'Friday'
,
'Saturday'
,
'Sunday'
], [
'8:00 - 17:00'
,
'8:00 - 17:00'
,
'8:00 - 17:00'
,
'8:00 - 17:00'
,
'8:00 - 17:00'
,
'10:00 - 13:00'
,
'Closed'
] ]