UNPKG
@lifeworld/adapter-test
Version:
latest (5.0.2)
5.0.2
Testing module for Lucia database adapters
github.com/pilcrowOnPaper/lucia
pilcrowOnPaper/lucia
@lifeworld/adapter-test
/
dist
/
index.d.ts
4 lines
(3 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
import
{
Adapter
,
DatabaseUser
}
from
"lucia"
;
export
declare
const
databaseUser
:
DatabaseUser
;
export
declare
function
testAdapter
(
adapter
:
Adapter
):
Promise
<
void
>;