UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

4 lines (3 loc) 163 B
import type { Message } from "./message"; export declare function getSendgrid(): Promise<any>; export default function sendEmail(message: Message): Promise<void>;