UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

9 lines 253 B
export interface RealmInfo { name: string; path: string; gitRemote?: string; isMonorepo: boolean; provinces: string[]; } export declare function getRealmInfo(realmPath: string): Promise<RealmInfo>; //# sourceMappingURL=realm.d.ts.map