UNPKG
@morfeo/compiler
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0

morfeo.dev
morfeojs/morfeo
@morfeo/compiler
/
build
/
logger.d.ts
9 lines
(8 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
logger
: {
debug
:
(
message
:
string
) =>
void
;
error
:
(
message
:
string
) =>
void
;
warning
:
(
message
:
string
) =>
void
;
success
:
(
message
:
string
) =>
void
;
endTimer
:
(
id
:
string
) =>
string
|
undefined
;
startTimer
:
(
id
:
string
) =>
void
; };