Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/faker-js/faker
/ times
Function
times
test/support/times.ts:8–10 ·
view source on GitHub ↗
(length: number)
Source
from the content-addressed store, hash-verified
6
* @returns The sequence.
7
*/
8
export
function
times(length: number): number[] {
9
return
Array.from({ length }, (_, i) => i + 1);
10
}
Callers
15
vehicle.spec.ts
File · 0.90
system.spec.ts
File · 0.90
location.spec.ts
File · 0.90
commerce.spec.ts
File · 0.90
lorem.spec.ts
File · 0.90
person.spec.ts
File · 0.90
finance-iban.spec.ts
File · 0.90
company.spec.ts
File · 0.90
database.spec.ts
File · 0.90
book.spec.ts
File · 0.90
animal.spec.ts
File · 0.90
color.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected