MCPcopy Index your code
hub / github.com/bendc/animateplus / first

Function first

animateplus.js:11–11  ·  view source on GitHub ↗
([item])

Source from the content-addressed store, hash-verified

9// =====
10
11const first = ([item]) => item;
12
13const computeValue = (value, index) =>
14 typeof value == "function" ? value(index) : value;

Callers 1

addPropertyKeyframesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected