Logo

GitLab

Sign in

xlyErp / instructionSet

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • instructionSet
  • src
  • utils
  • utils.tsx
  • 初始化代码;
    9beeda4e
    zhangz authored
    2025-12-09 13:08:52 +0800  
    Browse Code ยป
utils.tsx 85 Bytes
Edit Raw Blame History Permalink
1 2 3
export function shortid(): string {
  return Math.random().toString(36).substr(2);
}