Files
oh-my-opencode/dist/shared/model-normalization.d.ts
T

3 lines
143 B
TypeScript
Raw Normal View History

export declare function normalizeModel(model?: string): string | undefined;
export declare function normalizeModelID(modelID: string): string;