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

3 lines
160 B
TypeScript

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