chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import type { LoadedSkill } from "./types";
|
||||
import type { SkillResolutionOptions } from "./skill-resolution-options";
|
||||
export declare function clearSkillCache(): void;
|
||||
export declare function getAllSkills(options?: SkillResolutionOptions): Promise<LoadedSkill[]>;
|
||||
Reference in New Issue
Block a user