UNPKG
@darkwolf/validator
Version:
latest (21.13.4)
21.13.4
21.13.3
21.13.2
21.13.1
21.13.0
13.22.1
13.22.0
13.21.80
13.21.79
13.21.78
13.21.77
13.21.76
13.21.75
13.21.74
13.21.73
13.21.72
13.21.71
13.21.70
13.21.69
6.7.3
6.7.2
6.7.1
6.7.0
6.6.9
6.6.8
6.6.7
6.6.6
3.0.0
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
Validator
github.com/Darkwolf/validator
Darkwolf/validator
@darkwolf/validator
/
src
/
constants
/
Protocol.mjs
5 lines
(4 loc)
•
86 B
JavaScript
View Raw
1
2
3
4
5
export default
class
Protocol
{ static HTTP =
'http'
static HTTPS =
'https'
}