providerplaneai
    Preparing search index...
    • Reads a finite number from a source object by key.

      Parameters

      • source: Record<string, unknown>

        The object to read from.

      • key: string

        The key to look up.

      Returns number | undefined

      The number if present and finite, otherwise undefined.