UNPKG
yyx-list
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
js list implements
github.com/coderyyx/yyx-list
coderyyx/yyx-list
yyx-list
/
src
/
index.js
3 lines
(2 loc)
•
51 B
JavaScript
View Raw
1
2
3
import
List
from
'./list.js'
;
export
default
List
;