UNPKG
touhou-tagger
Version:
beta (1.7.0-beta.0)
latest (2.3.0)
2.3.0
2.2.0
2.1.1
2.0.0
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.0
1.9.1
1.9.0
1.8.0
1.7.0
1.7.0-beta.0
1.6.0
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.0
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
从 THBWiki 自动填写东方 Project CD 曲目信息.
github.com/the1812/Touhou-Tagger
the1812/Touhou-Tagger
touhou-tagger
/
dist
/
core
/
debug.d.ts
5 lines
(4 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
setDebug
:
(
value
:
boolean
) =>
void
;
export
declare
const
log
:
(
...
args
:
any
[]
) =>
void
;
export
declare
const
warn
:
(
...
args
:
any
[]
) =>
void
;
export
declare
const
error
:
(
...
args
:
any
[]
) =>
void
;