chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface ProcessedCommandStore {
|
||||
has(commandKey: string): boolean;
|
||||
add(commandKey: string): void;
|
||||
cleanupSession(sessionID: string): void;
|
||||
clear(): void;
|
||||
}
|
||||
export declare function createProcessedCommandStore(): ProcessedCommandStore;
|
||||
Reference in New Issue
Block a user