UNPKG

biner

Version:

Declarative binary data encoder / decoder.

5 lines (4 loc) 222 B
/// <reference types="node" /> import { BinaryStream } from '../bs'; import { Codec, DataType } from "../common"; export declare function buffer(length?: number | Function | DataType | null): Codec<Buffer | BinaryStream>;