function default.Right.ofimport { default } from "https://deno.land/x/functional@v1.3.4/mod.ts"; const { of } = default.Right; of<T extends EitherRightPrototype<Z>, Z>(value: Z): Tof<T extends EitherRightPrototype<Z>, Z, K>(unaryFunction: (value: K) => Z): TType ParametersT extends EitherRightPrototype<Z>ZParametersvalue: ZReturnsTType ParametersT extends EitherRightPrototype<Z>ZKParametersunaryFunction: (value: K) => ZReturnsT