• Type-guard predicate that checks if an [Option] contains a value.

    Type Parameters

    • T

    Parameters

    • value: Option<T>

      the [Option] value to check.

    Returns value is T

Generated using TypeDoc