UNPKG
@0x/utils
Version:
latest (7.0.0)
protocolV3 (4.6.0-beta.3)
7.0.0
6.5.3
6.5.2
6.5.1
6.5.0
6.4.4
6.4.3
6.4.2
6.4.1
6.4.0
6.3.0
6.2.1
6.2.0
6.1.1
6.1.0
6.0.0
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.1
5.5.0
5.4.1
5.4.0
5.3.0
5.2.0
5.1.2
5.1.1
5.1.0
5.0.0
4.6.0-beta.3
4.6.0-beta.2
4.6.0-beta.1
4.6.0-beta.0
4.5.2
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.3
4.3.1
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.3
4.0.2
4.0.1
3.0.1
3.0.0
2.1.1
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
0x TS utils
github.com/0xProject/tools/tree/main/utils
0xProject/tools
@0x/utils
/
lib
/
src
/
log_utils.d.ts
10 lines
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
logUtils
: {
log
(...
args
: any[]):
void
;
header
(
text
:
string
, padStr?:
string
):
void
;
warn
(...
args
: any[]):
void
;
table
(
columnarData
: { [
rowName
:
string
]: any; }):
void
;
logWithTime
(
arg
:
string
):
void
; };
//# sourceMappingURL=log_utils.d.ts.map