UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 160 B
import type { Action, Key } from "./types"; export default function sendNotificationIfPossible(key: Key, source: string, description: string): Promise<Action>;