UNPKG
logsilo
Version:
latest (1.0.2)
1.0.2
A lightweight logging utility for sending logs to a configured endpoint.
logsilo
/
src
/
index.ts
8 lines
(5 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/** Copyright (c) MuteCode **/
import
{ create }
from
'./silo'
;
import
{
SiloLog
}
from
'./siloLog'
;
export
{
SiloLog
};
export
default
{ create };