Buckets:
| export namespace Slug { | |
| const ADJECTIVES = [ | |
| "brave", | |
| "calm", | |
| "clever", | |
| "cosmic", | |
| "crisp", | |
| "curious", | |
| "eager", | |
| "gentle", | |
| "glowing", | |
| "happy", | |
| "hidden", | |
| "jolly", | |
| "kind", | |
| "lucky", | |
| "mighty", | |
| "misty", | |
| "neon", | |
| "nimble", | |
| "playful", | |
| "proud", | |
| "quick", | |
| "quiet", | |
| "shiny", | |
| "silent", | |
| "stellar", | |
| "sunny", | |
| "swift", | |
| "tidy", | |
| "witty", | |
| ] as const | |
| const NOUNS = [ | |
| "cabin", | |
| "cactus", | |
| "canyon", | |
| "circuit", | |
| "comet", | |
| "eagle", | |
| "engine", | |
| "falcon", | |
| "forest", | |
| "garden", | |
| "harbor", | |
| "island", | |
| "knight", | |
| "lagoon", | |
| "meadow", | |
| "moon", | |
| "mountain", | |
| "nebula", | |
| "orchid", | |
| "otter", | |
| "panda", | |
| "pixel", | |
| "planet", | |
| "river", | |
| "rocket", | |
| "sailor", | |
| "squid", | |
| "star", | |
| "tiger", | |
| "wizard", | |
| "wolf", | |
| ] as const | |
| export function create() { | |
| return [ | |
| ADJECTIVES[Math.floor(Math.random() * ADJECTIVES.length)], | |
| NOUNS[Math.floor(Math.random() * NOUNS.length)], | |
| ].join("-") | |
| } | |
| } | |
Xet Storage Details
- Size:
- 1.09 kB
- Xet hash:
- c3e6567953800446fb2e712c8a4c4f23ba55e56e0f83bd0fa7eed9787e09933c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.