UNPKG

@hashbrownai/core

Version:

Runtime helpers for Hashbrown AI

9 lines 266 B
import { Frame } from './frame-types'; /** * Encodes a frame into a binary format. * * @param frame - The frame to encode. * @returns The encoded frame. */ export declare function encodeFrame(frame: Frame): Uint8Array; //# sourceMappingURL=encode-frame.d.ts.map