MCPcopy 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
278const now = (ev: UIEvent) => {
279 return ev.timeStamp || Date.now();
280};
281
282export interface GestureDetail {
283 type: string;

Callers 2

pointerDownFunction · 0.70
calcGestureDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected