function isLeftimport { isLeft } from "https://deno.land/x/monads@v0.5.10/either/either.ts"; isLeft<L, R>(val: Either<L, R>): val is ResLeft<L, R>Type ParametersLRParametersval: Either<L, R>Returnsval is ResLeft<L, R>