pdf-text-reader - v5.1.1
    Preparing search index...

    Type Alias PartialWithUndefined<T>

    PartialWithUndefined: { [Prop in keyof T]?: T[Prop] }

    Same as the built-in Partial type but also allows each property to be undefined. Compatible with PartialAndUndefined from @augment-vir/common.

    Type Parameters

    • T extends object