UNPKG
umi-plugin-mako
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
## Install
github.com/umijs/umi-plugin-mako
umi-plugin-mako
/
dist
/
utils.d.ts
6 lines
(5 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
getMakoConfig
:
(
config
:
any
,
bundleConfig
:
any
) =>
any
;
export
declare
const
getStats
:
(
statsJson
?:
any
) =>
{
toJson
:
() =>
any
; };
export
declare
const
getDevBanner
:
(
protocol
:
any
,
host
:
string
,
port
:
any
) =>
string
;