We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I just upgraded to the latest npm package and changed the importings accordingly. However...
import Integer from "neo4j-driver/types/v1/integer"; ... if (obj instanceof Integer) return Integer.toNumber(obj);
...results in a error...
Cannot find module 'neo4j-driver/types/v1/integer
Why?