UNPKG
kuyin-webpack-plugins
Version:
latest (1.7.2)
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.3.0
1.0.0
custom webpack, enhanced-resolve plugins
kuyin-webpack-plugins
/
lib
/
utils
/
log.d.ts
6 lines
(5 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
LogLevel
}
from
'../types'
;
export
declare
function
initLog
(
level
?:
LogLevel
|
string
):
void
;
export
declare
function
info
(
...
rest
:
any
):
void
;
export
declare
function
warm
(
...
rest
:
any
):
void
;
export
declare
function
debug
(
...
rest
:
any
):
void
;