Files
oh-my-opencode/dist/features/opencode-skill-loader/allowed-tools-parser.d.ts
T

2 lines
110 B
TypeScript
Raw Normal View History

export declare function parseAllowedTools(allowedTools: string | string[] | undefined): string[] | undefined;