chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import type { LoadedSkill } from "../types";
|
||||
import type { SkillDefinition } from "../../../config/schema";
|
||||
export declare function configEntryToLoadedSkill(name: string, entry: SkillDefinition, configDir?: string): LoadedSkill | null;
|
||||
Reference in New Issue
Block a user