UNPKG
@hokify/agenda
Version:
latest (6.3.0)
6.3.0
6.2.13
6.2.12
6.2.11
6.2.10
6.2.9
6.2.8
6.2.7
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.9
6.0.8
6.0.7
6.0.6
6.0.4
6.0.3
6.0.2
6.0.0
5.0.1
5.0.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.32
4.0.31
4.0.30
4.0.29
4.0.28
4.0.27
4.0.26
4.0.25
4.0.24
4.0.22
4.0.21
4.0.20
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
2.0.0
Light weight job scheduler for Node.js
github.com/hokify/agenda
hokify/agenda
@hokify/agenda
/
dist
/
utils
/
mongodb.js
7 lines
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
hasMongoProtocol
=
void
0
;
exports
.
hasMongoProtocol
=
function
(
url
) {
return
url.
match
(
/mongodb(?:\+srv)?:\/\/.*/
) !==
null
; };
//# sourceMappingURL=mongodb.js.map