API ClientsTypeScript SDKAPI ReferenceCoreFunctionsisRight()Version: 8.9On this pageFunction: isRight() function isRight<E, A>(e): e is Right<A>; Type Parameters E E A A Parameters e Either<E, A> Returns e is Right<A>Was this helpful?