snippeteer/lib/Snippet.ts

4 lines
66 B
TypeScript

export interface Snippet {
start(cwd: string): Promise<void>;
}