prorm API Reference
    Preparing search index...

    Function intToNumber

    • 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).

      Parameters

      • value: Integer

      Returns number