UNPKG
bugreproducer
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
tool to reproduce bug in front end
github.com/mimittqq/bugReproducer
mimittqq/bugReproducer
bugreproducer
/
src
/
defaultOptions.ts
7 lines
(6 loc)
•
212 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
BugReproducerOptions
}
from
'../interfaces/bugReproducer'
;
export
const
default_options
:
BugReproducerOptions
= {
record_num
:
20
,
types
: [
'request'
,
'click'
],
classname
:
'bug-reproducer-button'
, };