UNPKG

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