export function randomStr(len = 6) { return Math.random().toString(36).slice(-len); }