UNPKG
hsja_tools
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
前端公共工具库 内置lodash-es 封装多个常用业务场景工具 致力提升开发效率 多点时间摸鱼
hsja_tools
/
main.js
8 lines
(7 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * 它实现了标准 Fetch 规范的一个子集,替代传统 Web 应用程序中 XMLHttpRequest 让ie支持fetch * https://github.com/github/fetch */
import
'whatwg-fetch'
export
*
from
'@front-tools/core'
export
*
from
'@front-tools/utils'