import { getTernaryAssertions } from '../arithmetic/getAssertions' import { BigIntTernaryComparisons } from './BigIntTernaryComparisons' export const BigIntTernaryAssertions = getTernaryAssertions(BigIntTernaryComparisons)