UNPKG

metusbase

Version:

This package is an NPM module that makes using JSON and Mongo fast, secure and easy. Developer: mete52

12 lines (11 loc) 268 B
/** * * @param webhookUrl The URL of the webhook to set. * @example * ```typescript * import { setLogger } from "metus.db"; * setLogger('https://example.com/webhook') * ``` * @returns */ export declare function setLogger(webhookUrl: string): Promise<string>;