prasi-srv/internal/content/ipc/send.ts

4 lines
92 B
TypeScript

export const ipcSend = (
msg: { type: "init" } | { type: "ready"; port: number }
) => {};