import { toFixedNumber } from '../src/index' test('uniqueId', () => { expect(typeof toFixedNumber({ num: 6 }) === 'string').toBeTruthy() })