UNPKG

@radzztnzx/rbail

Version:

Pro Bails based by Whiskeysockets, Modified by RadzzOffc

7 lines 494 B
import type { BinaryNode, BinaryNodeCodingOptions } from './types.js'; export declare const decompressingIfRequired: (buffer: Buffer) => Promise<Buffer<ArrayBufferLike>>; export declare const decodeDecompressedBinaryNode: (buffer: Buffer, opts: Pick<BinaryNodeCodingOptions, "DOUBLE_BYTE_TOKENS" | "SINGLE_BYTE_TOKENS" | "TAGS">, indexRef?: { index: number; }) => BinaryNode; export declare const decodeBinaryNode: (buff: Buffer) => Promise<BinaryNode>; //# sourceMappingURL=decode.d.ts.map