Files
oh-my-opencode/dist/features/opencode-skill-loader/merger/config-skill-entry-loader.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
236 B
TypeScript

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