UNPKG

@yoroi/common

Version:
9 lines (8 loc) 185 B
"use strict"; export function isLeft(either) { return either.tag === 'left'; } export function isRight(either) { return either.tag === 'right'; } //# sourceMappingURL=monads.js.map