UNPKG

@hokify/agenda

Version:

Light weight job scheduler for Node.js

7 lines 253 B
"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