Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class packstream.v1.Packer
import { packstream } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/index.js";
const { Packer } = packstream.v1;

Class to pack

Constructors

new
Packer(channel)

Methods

Creates a packable function out of the provided value

packBytes(array)
packStruct(signature, packableFields)

Packs a struct

packStructHeader(size, signature)