MCPcopy
hub / github.com/lovell/sharp / isInteger

Function isInteger

test/unit/stats.js:20–22  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

18 return actual >= min && actual <= max;
19}
20function isInteger (val) {
21 return Number.isInteger(val);
22}
23
24suite('Image Stats', () => {
25 test('JPEG', async (t) => {

Callers 1

stats.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…