@archon-inc/sdk
Version:
Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk
7 lines • 340 B
TypeScript
/**
* Logs a message with a general event type and completed outcome. Prefer more specific logging functions when available.
* @param args The message to log.
* @returns {Promise<void>} A promise that resolves when the log is recorded.
*/
export declare function log(...args: unknown[]): Promise<void>;
//# sourceMappingURL=log.d.ts.map