UNPKG
zlf-library
Version:
latest (1.0.1)
1.0.1
1.0.0
zlf-library
/
src
/
index.js
3 lines
•
80 B
JavaScript
View Raw
1
2
3
import
*
as
m
from
"./math"
import
*
as
s
from
"./string"
export
default
{m,s}