UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

4 lines (3 loc) 96 B
export function insecureRandomString(): string { return Math.random().toString(36).slice(2); }