@kayahr/wastelib
    Preparing search index...

    Interface FileReadResultLike

    Minimal interface for the return value of FileHandleLike#read.

    interface FileReadResultLike {
        bytesRead: number;
    }
    Index

    Properties

    Properties

    bytesRead: number

    Indicates how many bytes have actually been read. Can be lower (even 0) than the requested number of bytes to read if end of file has been reached.