UNPKG
@jmodule/client
Version:
beta (4.7.4)
latest (4.7.4)
test (4.7.4-0)
4.7.4
4.7.4-0
4.7.3
4.7.2
4.7.1
4.7.0
4.6.2
4.6.2-0
4.6.1-0
4.6.0-0
4.5.9
4.5.8
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.4-0
4.4.3-0
4.4.2-0
4.4.1-0
4.4.0-0
4.3.15
4.3.14
4.3.13
4.3.12
4.3.11
4.3.10
4.3.10-0
4.3.9
4.3.8
4.3.8-4
4.3.8-3
4.3.8-2
4.3.8-1
4.3.8-0
4.3.7-0
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.3.0-0
4.2.3
4.2.2
4.2.1
4.2.0
JModule运行时
jmodule.jd.com
jdtdevops/jmodule
@jmodule/client
/
types
/
debug.d.ts
12 lines
(11 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { DebugInfoOptions }
from
'./utils/printDebugInfo'
;
/** * @class * @ignore */
export declare
class
ModuleDebug
{
static
print
(
options: DebugInfoOptions
):
void
;
static
printContinue
(
message:
string
):
void
;
static
enable
():
void
;
static
disable
():
void
; }