Unwrap a single Neo4j Integer (its 64-bit integer type, used for
identities, counts, and any Cypher INTEGER value) into a JS number.
Values outside Number.MAX_SAFE_INTEGER lose precision on this
conversion - see "Known limitations" in the README for the lossless
alternative (neo4j-driver's disableLosslessIntegers/useBigInt
config, passed through via Neo4jStoreOptions.config).
Unwrap a single Neo4j
Integer(its 64-bit integer type, used for identities, counts, and any CypherINTEGERvalue) into a JSnumber. Values outsideNumber.MAX_SAFE_INTEGERlose precision on this conversion - see "Known limitations" in the README for the lossless alternative (neo4j-driver'sdisableLosslessIntegers/useBigIntconfig, passed through viaNeo4jStoreOptions.config).