Files
oh-my-opencode/dist/features/opencode-skill-loader/merger/scope-priority.d.ts
T

3 lines
109 B
TypeScript
Raw Normal View History

import type { SkillScope } from "../types";
export declare const SCOPE_PRIORITY: Record<SkillScope, number>;