Appearance
True Myth / result / isInstance
isInstance<T, E>(item): item is Result<T, E>
T
E
item
item is Result<T, E>
Determine whether an item is an instance of Result.
Result
unknown
The item to check.