UNPKG

@hashbrownai/core

Version:

Runtime helpers for Hashbrown AI

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