Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
const
first = ([item]) => item;
12
13
const
computeValue = (value, index) =>
14
typeof value ==
"function"
? value(index) : value;
Callers
1
addPropertyKeyframes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected