UNPKG
blue-fish-helper
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
这是一个修复漏洞后的helper
ityifan/blue-fish-helper
blue-fish-helper
/
index.d.ts
7 lines
(6 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
axios, *
as
Axios
from
'axios'
;
import
*
as
dayjs
from
'dayjs'
;
import
*
as
_
from
'lodash'
;
import
$
from
'./helper'
;
import
HashIds
=
require
(
'hashids/cjs'
);
export
{ $, _, $
as
helper, _
as
lodash, dayjs, axios,
Axios
,
HashIds
};