Cashu-TS - v4.5.1
    Preparing search index...

    Function nullIfUndefined

    • Internal

      In-place: set listed keys to null if currently undefined. Used when normalizing mint responses where the spec defines a nullable wire field but the mint omits it (Postel-style). Pairs with TS types declared as T | null.

      Parameters

      • o: Record<string, unknown>
      • ...keys: string[]

      Returns void