UNPKG

@cocalc/server

Version:

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

7 lines (6 loc) 203 B
import type { Message } from "./message"; export declare function getFooter(): Promise<{ html: string; text: string; }>; export default function appendFooter(message: Message): Promise<Message>;