Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ now
Function
now
core/src/utils/gesture/index.ts:278–280 ·
view source on GitHub ↗
(ev: UIEvent)
Source
from the content-addressed store, hash-verified
276
};
277
278
const
now = (ev: UIEvent) => {
279
return
ev.timeStamp || Date.now();
280
};
281
282
export
interface
GestureDetail {
283
type
: string;
Callers
2
pointerDown
Function · 0.70
calcGestureData
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected