UNPKG
recursive-barrel
Version:
latest (1.0.1)
1.0.1
1.0.0
recursive-barrel
/
dist
/
index.mjs
10 lines
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./0'
export
*
from
'./1'
export
*
from
'./2'
export
*
from
'./3'
export
*
from
'./4'
export
*
from
'./5'
export
*
from
'./6'
export
*
from
'./7'
export
*
from
'./8'
export
*
from
'./9'