snippeteer/lib/Snippet.ts

4 lines
66 B
TypeScript
Raw Normal View History

2020-04-15 20:21:00 +02:00
export interface Snippet {
start(cwd: string): Promise<void>;
}