Interface SplitOptions

interface SplitOptions {
    delimiter?: Uint8Array;
}

Properties

Properties

delimiter?: Uint8Array