Files
oh-my-opencode/dist/features/opencode-skill-loader/merger/config-skill-entry-loader.d.ts
T

4 lines
236 B
TypeScript
Raw Normal View History

import type { LoadedSkill } from "../types";
import type { SkillDefinition } from "../../../config/schema";
export declare function configEntryToLoadedSkill(name: string, entry: SkillDefinition, configDir?: string): LoadedSkill | null;