MCPcopy
hub / github.com/terwanerik/ScrollTrigger / isInt

Function isInt

src/scripts/Trigger.js:5–7  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

3import '../extensions/Array'
4
5function isInt(n) {
6 return Number(n) === n && n % 1 === 0
7}
8
9function isFloat(n) {
10 return Number(n) === n && n % 1 !== 0

Callers 2

_getElementOffsetMethod · 0.85
_getViewportOffsetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected