Interface LengthDecoderFunction

interface LengthDecoderFunction {
    bytes: number;
    (data): number;
}

Properties

Properties

bytes: number