UNPKG

biner

Version:

Declarative binary data encoder / decoder.

3 lines (2 loc) 125 B
import { Codec } from "../common"; export declare function array(type: any, length: any, lengthType?: string): Codec<any[]>;