@samatawy/rules
    Preparing search index...

    Function isAtomicType

    • Check if a given type is an atomic type (string, number, boolean, or date).

      Parameters

      • type: unknown

        the type to check.

      Returns type is AtomicType

      true if the type is an atomic type, otherwise false.