UNPKG
take-shot
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.9
0.0.8
0.0.7
0.0.6
Screenshots with JavaScript
github.com/sedmedgh/take-shot
sedmedgh/take-shot
take-shot
/
dist
/
core
/
debugger.d.ts
9 lines
(8 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
enum
DebuggerType
{
NONE
=
0
,
ALL
=
1
,
CLONE
=
2
,
PARSE
=
3
,
RENDER
=
4
}
export
declare
const
isDebugging
:
(
element
:
Element
,
type
:
Omit
<
DebuggerType
,
DebuggerType
.NONE>
) =>
boolean
;