UNPKG
use-neo4j
Version:
latest (0.3.13)
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.31
0.2.30
0.2.29
0.2.28
0.2.27
0.2.26
0.2.25
0.2.21
0.2.20
0.2.19
0.2.18
0.2.17
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
<div style="text-align:center"> <h1>React Hooks For Neo4j</h1>
use-neo4j
/
dist
/
connection.d.ts
3 lines
(2 loc)
•
196 B
TypeScript
View Raw
1
2
3
import
{
Neo4
jScheme }
from
'./neo4j-config.interface'
;
export
declare
const
useConnection
:
(
scheme
:
Neo4
jScheme,
host
:
string
,
port
:
string
|
number
,
username
:
string
,
password
:
string
) =>
void
;