UNPKG
@iammhc/nestjs-neo4j
Version:
latest (1.0.1)
1.0.1
1.0.0
Neo4j driver for Nest Framework.
github.com/IamMHC/NestJS-with-Neo4J
IamMHC/NestJS-with-Neo4J
@iammhc/nestjs-neo4j
/
dist
/
lib
/
constants
/
neo4j.constants.js
6 lines
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
NEO4J_DRIVER
=
exports
.
NEO4J_CONFIG
=
void
0
;
exports
.
NEO4J_CONFIG
=
'NEO4J_CONFIG'
;
exports
.
NEO4J_DRIVER
=
'NEO4J_DRIVER'
;
//# sourceMappingURL=neo4j.constants.js.map