UNPKG

@iicoding/utils

Version:

Browser 端 - 类型判断 - 类似 koa 的异步compose - sleep - 扩展对象属性 - 扩展 storage 对象功能

55 lines (54 loc) 4.41 kB
export * from './type'; /****************************************** store dispatch event ********************************************/ export * from './store/localstorage-dispatch-event'; export * from './store/type'; export { default as extendStorageMethod } from './store/localstorage-dispatch-event'; /****************************************** store dispatch event ********************************************/ /********************************************* reflect-extend ***********************************************/ export * from './reflect-extend'; /********************************************* reflect-extend ***********************************************/ /************************************************* string ***************************************************/ export * from './string'; /************************************************* string ***************************************************/ /************************************************* string ***************************************************/ export * from './number'; /************************************************* string ***************************************************/ /************************************************** array ***************************************************/ export * from './array'; /************************************************** array ***************************************************/ /********************************************* type-detection ***********************************************/ export * from './type-detection'; /********************************************* type-detection ***********************************************/ /********************************************** hof-compose *************************************************/ export * from './hof/compose'; /********************************************** hof-compose= ************************************************/ /************************************************* helper ***************************************************/ export * from './helper'; /************************************************* helper ***************************************************/ /************************************************* RegExp ***************************************************/ export * from './regular-expression'; /************************************************* RegExp ***************************************************/ /************************************************ validate **************************************************/ export * from './validate'; /************************************************ validate **************************************************/ /************************************************ browser ***************************************************/ export * from './browser'; /************************************************ browser ***************************************************/ /************************************************ console ***************************************************/ export * from './console'; /************************************************ console ***************************************************/ /************************************************* color ****************************************************/ export * from './color'; /************************************************* color ****************************************************/ /************************************************** file ****************************************************/ export * from './file'; /************************************************** file ****************************************************/ /************************************************** calc ****************************************************/ export * from './calc'; /************************************************** calc ****************************************************/ /*************************************************** dom ****************************************************/ export * from './dom'; /*************************************************** dom ****************************************************/ /************************************************* string ***************************************************/ export * from './math'; /************************************************* string ***************************************************/