UNPKG
log4ts
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
TypeScript logging library
github.com/koroandr/log4ts
koroandr/log4ts
log4ts
/
build
/
Utils.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
export
declare
function
escapeHtml
(
string
:
string
):
string
;
export
declare
function
stringify
(
object
:
any
,
deep
:
number
):
string
;