UNPKG

basic-math-utils

Version:

Basic math utilities for doing some basic math operations

8 lines (6 loc) 190 B
import { rangeUtils } from '../index'; describe('Math-utils', () => { it('rangeUtils should be exported', () => { expect(rangeUtils.constructor.name).toEqual('RangeUtils'); }); });