UNPKG
chocolog
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
A highlighted android-style logger
gitlab.com/craftingmod/chocolog
chocolog
/
build
/
index.d.ts
6 lines
(5 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
import
log
from
"./chocolog/log"
;
export
{
ChocoLog
}
from
"./chocolog/log"
;
export
*
from
"./chocolog/tsmap"
;
export
default
log;
export
declare
const
cLog
:
import
(
"./chocolog/log"
).
ChocoLog
;