UNPKG

acz.view.src

Version:
4 lines (3 loc) 266 B
/// <reference types="node" /> import type { BinaryNode, BinaryNodeCodingOptions } from './types'; export declare const encodeBinaryNode: ({ tag, attrs, content }: BinaryNode, opts?: Pick<BinaryNodeCodingOptions, 'TAGS' | 'TOKEN_MAP'>, buffer?: number[]) => Buffer;