MCPcopy
hub / github.com/julianshapiro/velocity / Data

Function Data

test/src/utilities.ts:87–89  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

85}
86
87export function Data(element): ElementData {
88 return (element.jquery ? element[0] : element).velocityData;
89}
90
91export function getNow(): number {
92 return performance && performance.now ? performance.now() : Date.now();

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…