UNPKG
lorehub
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Capture and surface the collective wisdom of your codebase
github.com/RoeeJ/lorehub
RoeeJ/lorehub
lorehub
/
dist
/
cli
/
utils
/
realm.d.ts
9 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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