Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
function
numberHasDecimals(item: number) {
19
return
!(item % 1 === 0);
20
}
21
22
function
serialize(data) {
23
switch (typeof data) {
Callers
1
serialize
Function · 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…