cletus/node_modules/agenda/dist/agenda/has-mongo-protocol.d.ts
2025-05-09 15:53:19 -05:00

7 lines
No EOL
276 B
TypeScript

/**
* Given a mongo connection url will check if it contains the mongo
* @param url URL to be tested
* @returns whether or not the url is a valid mongo URL
*/
export declare const hasMongoProtocol: (url: string) => boolean;
//# sourceMappingURL=has-mongo-protocol.d.ts.map