@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Function isIn

    • Duck types an object by checking if it has a field named fieldName

      Type Parameters

      • K extends string

      Parameters

      • object: unknown

        The object to test

      • fieldName: K

        The name of the field to check

      Returns object is Record<K, any>