Casted<T>: {
    abort?: boolean;
    error?: InvalidArgumentError;
    value?: Argument<T>;
}

Type Parameters

  • T
""