Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
ai-story-teller
like
15
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
23747e9
ai-story-teller
/
src
/
lib
/
pick.ts
ruslanmv
First commit
5f663a9
about 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]