walFrameCodec()
Strict canonical JSON codec for passive WAL frames; this is not a restore codec.
Import
Section titled “Import”import { walFrameCodec } from "@graphrefly/ts/storage";Signature
Section titled “Signature”function walFrameCodec(): Codec<WalFrame<T>>Returns
Section titled “Returns”A Codec<WalFrame<T>> value.
Example
Section titled “Example”import { walFrameCodec } from "@graphrefly/ts/storage";Source
Section titled “Source”packages/ts/src/storage/wal.ts