UNPKG
yuhangupupup
Version:
latest (1.0.0)
1.0.0
yuhangupupup
/
src
/
index.js
4 lines
(3 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
import
*
as
math
from
'./math'
import
*
as
string
from
'./string'
export
default
{math,
string
}