utils.tsx 85 Bytes Edit Raw Blame History Permalink 1 2 3 export function shortid(): string { return Math.random().toString(36).substr(2); }