import { getTernaryRefinesR } from '../arithmetic/getRefines' import { BigIntTernaryComparisons } from './BigIntTernaryComparisons' export const BigIntTernaryRefinesR = getTernaryRefinesR(BigIntTernaryComparisons)