UNPKG
@incizzle/mytls
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
Mimic TLS/JA3 fingerprint inside Node with help from Go
github.com/zedd3v/mytls
@incizzle/mytls
/
.prettierrc.js
10 lines
(9 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
singleQuote:
true
,
printWidth:
100
,
endOfLine:
'auto'
,
trailingComma:
'es5'
,
semi:
true
,
tabWidth:
2
,
arrowParens:
'always'
, }
;