UNPKG
slf-debug
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Surikat Log Facade, debug-js/debug driver
github.com/surikaterna/slf-debug
surikaterna/slf-debug
slf-debug
/
lib
/
slfDebugDriver.d.ts
4 lines
(3 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
import
{
Event
}
from
'slf'
;
declare
const
slfDebugDriver
:
(
event
:
Event
) =>
void
;
export
default
slfDebugDriver;