Files
oh-my-opencode/dist/hooks/auto-slash-command/constants.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
311 B
TypeScript

export declare const HOOK_NAME: "auto-slash-command";
export declare const AUTO_SLASH_COMMAND_TAG_OPEN = "<auto-slash-command>";
export declare const AUTO_SLASH_COMMAND_TAG_CLOSE = "</auto-slash-command>";
export declare const SLASH_COMMAND_PATTERN: RegExp;
export declare const EXCLUDED_COMMANDS: Set<string>;