@ac-essentials/misc-util
    Preparing search index...

    Type Alias FileContentEqualOptions

    type FileContentEqualOptions = {
        bufferSize?: number;
        signal?: AbortSignal | null;
    }
    Index

    Properties

    Properties

    bufferSize?: number

    The size of the buffer to use when reading the file (default: 64KiB)

    signal?: AbortSignal | null

    An AbortSignal to cancel the operation.