Skip to content

readString is typed as any in the published declarations (d.ts) files #1

@zachkirsch

Description

@zachkirsch
export declare class Reader {
    private pos;
    private view;
    private bytes;
    constructor(buf: ArrayBufferView);
    readUInt8(): number;
    readUInt32(): number;
    readUInt64(): bigint;
    readUVarint(): number;
    readVarint(): number;
    readFloat(): number;
    readBits(numBits: number): boolean[];
    readString(): any; // <-----
    readBuffer(numBytes: number): Uint8Array;
    remaining(): number;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions