UNPKG
the-utils
Version:
latest (0.5.9)
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.1
0.4.0
0.2.0
0.1.0
Set of tools to keep simple things simple
github.com/hi5ve/the-utils
hi5ve/the-utils
the-utils
/
src
/
index.js
12 lines
(9 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
_obj
from
'./object'
import
_arr
from
'./array'
import
_str
from
'./string'
import
_date
from
'./date'
export
const
obj = _obj
export
const
arr = _arr
export
const
str = _str
export
const
date = _date
export
default
{ obj, arr, str, date }