UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 165 B
import { ByteStream } from '../stream'; export declare function decodeLength(stream: ByteStream): number; export declare function encodeLength(len: number): Buffer;