UNPKG
0213_choma-utils
Version:
latest (1.0.0)
1.0.0
choma自定义工具函数库
0213_choma-utils
/
src
/
index.js
8 lines
(4 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
//引入并暴露 引入:import
export
{apply}
from
'./function/apply'
export
{
default
as
axios}
from
'./axios'
// 整个工具包是一个对象,对象中包含apply ,axios