UNPKG
@evil-gauss/core
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
evil core library
gitlab.com/evil.inc/libraries/evil-core
@evil-gauss/core
/
dist
/
constants
/
regex.constants.js
5 lines
•
206 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
botNameRegExp
=
void
0
;
exports
.
botNameRegExp
=
/config_([a-zA-Z0-9_]+).yml/
;
//# sourceMappingURL=regex.constants.js.map