• For use as a predicate callback. Prefer using ! instead if you are not using it as a predicate.

    Type Parameters

    • Value

    Parameters

    Returns value is Exclude<Value, Iterable<unknown>>

    Example

    // exclude all strings
    [].filter(isNotString)

Methods

Methods