MCPcopy Index your code
hub / github.com/NativeScript/firebase / numberHasDecimals

Function numberHasDecimals

packages/firebase-analytics/index.android.ts:18–20  ·  view source on GitHub ↗
(item: number)

Source from the content-addressed store, hash-verified

16});
17
18function numberHasDecimals(item: number) {
19 return !(item % 1 === 0);
20}
21
22function serialize(data) {
23 switch (typeof data) {

Callers 1

serializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…