UNPKG
@cedoor/utils
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
Some JavaScript util functions.
github.com/cedoor/utils
cedoor/utils
@cedoor/utils
/
src
/
index.js
10 lines
(9 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// General
export
{ download }
from
'./general/download'
// Http
export
{ get }
from
'./http/get'
// Math
export
{ sum }
from
'./math/operations.js'
// Strings
export
{ parseURL }
from
'./strings/parseURL'
export
{ capitalize, capitalizeList }
from
'./strings/capitalize'