UNPKG

86 BTypeScriptView Raw
1export declare class Repo {
2 name: string;
3 dir: string;
4 srcdir?: string;
5}