UNPKG
console-pretty-print
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.1
1.0.0
Adds pretty print to console.
github.com/oleg-koval/console-pretty-js
oleg-koval/console-pretty-js
console-pretty-print
/
index.d.ts
10 lines
(7 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Type definitions for console-pretty 0.0
export
= addPrettyPrint;
declare
function
addPrettyPrint
(
value
?:
any
,
message
?:
any
,
indent
?:
number
):
void
;