UNPKG

@samepage/internal

Version:

Utilities used across modules - not meant for use by users directly

5 lines (4 loc) 272 B
import { z } from "zod"; import { MessageSource, zSharePageWebsocketMessage } from "./types"; declare const handleSharePageOperation: (data: z.infer<typeof zSharePageWebsocketMessage>, source: MessageSource, uuid: string) => void; export default handleSharePageOperation;