UNPKG

aureooms-js-integer

Version:

integer code bricks for JavaScript

4 lines (2 loc) 122 B
import { _cmp } from '.' ; export const _eq = ( a , ai , aj , b , bi , bj ) => _cmp( a , ai , aj , b , bi , bj ) === 0 ;