UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

7 lines 170 B
export function isLeft(either) { return either.tag === 'left'; } export function isRight(either) { return either.tag === 'right'; } //# sourceMappingURL=monads.js.map