Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
ai-story-teller
like
8
Runtime error
App
Files
Files
Community
1
ab2e706
ai-story-teller
/
src
/
lib
/
pick.ts
ruslanmv
First commit
5f663a9
10 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]