neo4j-driver-core

v5.24.1
Internals of neo4j-driver
neo4j driver

docs

esdoc -c esdoc.json

test

jest

build

tsc -p tsconfig.build.json

clean

rm -fr node_modules lib types

predocs

npm run build && npm run build::es6

prepare

npm run build

build::es6

tsc -p tsconfig.build.json --target ES6 --outdir lib6

test::deno

deno test --allow-all ./test/deno/

test::unit

npm run test

test::watch

jest --watch

Metadata

Downloads