chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export declare function normalizeProtectedAgentName(agentName: string): string;
|
||||
export declare function createProtectedAgentNameSet(agentNames: Iterable<string>): Set<string>;
|
||||
export declare function filterProtectedAgentOverrides<TAgent>(agents: Record<string, TAgent>, protectedAgentNames: ReadonlySet<string>): Record<string, TAgent>;
|
||||
Reference in New Issue
Block a user