Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ range
Function
range
examples/vanilla/sorting/src/makeData.ts:15–21 ·
view source on GitHub ↗
(len: number)
Source
from the content-addressed store, hash-verified
13
}
14
15
const
range = (len: number) => {
16
const
arr: number[] = []
17
for
(
let
i = 0; i < len; i++) {
18
arr.push(i)
19
}
20
return
arr
21
}
22
23
const
newPerson = (): Person => {
24
return
{
Callers
1
makeDataLevel
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected