Files
oh-my-opencode/dist/hooks/session-notification-formatting.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
240 B
TypeScript

export declare function escapeAppleScriptText(input: string): string;
export declare function escapePowerShellSingleQuotedText(input: string): string;
export declare function buildWindowsToastScript(title: string, message: string): string;