Files
oh-my-opencode/dist/features/opencode-skill-loader/blocking.d.ts
T

3 lines
160 B
TypeScript
Raw Normal View History

import type { LoadedSkill, SkillScope } from "./types";
export declare function discoverAllSkillsBlocking(dirs: string[], scopes: SkillScope[]): LoadedSkill[];