interface BuffaloZnpOptions {
    length?: number;
    startIndex?: number;
}

Properties

Properties

length?: number
startIndex?: number