UNPKG
tf2-rtp-calculator
Version:
latest (1.1.0)
1.1.0
1.0.0
An RTP calculator for Team Fortress 2 crate unbox sessions
tf2-rtp-calculator
/
dist
/
shared
/
vLog.d.ts
7 lines
(6 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
setVerbose
(
v
:
boolean
):
void
;
export
declare
const
v
: {
error
:
(
...
args
:
any
[]
) =>
void
;
warn
:
(
...
args
:
any
[]
) =>
void
;
log
:
(
...
args
:
any
[]
) =>
void
; };