chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface CommandMatch {
|
||||
fullMatch: string;
|
||||
command: string;
|
||||
start: number;
|
||||
end: number;
|
||||
}
|
||||
export declare function findEmbeddedCommands(text: string): CommandMatch[];
|
||||
Reference in New Issue
Block a user