Skip to main content
Module

x/rambda/source/_internals/isInteger.spec.js

Faster and smaller alternative to Ramda
Latest
File
import { isInteger } from './isInteger.js'
test('internal isInteger', () => { expect(isInteger(1)).toBeTrue() expect(isInteger(0.3)).toBeFalse()})