UNPKG

the-utils

Version:

Set of tools to keep simple things simple

12 lines (9 loc) 249 B
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 }