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
/
db
/
test-database.d.ts
3 lines
•
156 B
TypeScript
View Raw
1
2
3
import
{
Database
}
from
'./database.js'
;
export
declare
function
createTestDatabase
(
dbPath
?:
string
):
Database
;
//# sourceMappingURL=test-database.d.ts.map