sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

constants.ts (245B)


      1 // @generated by cargo xtask generate ts
      2 // Do not edit by hand.
      3 export const RADROOTS_USERNAME_MIN_LEN = 3;
      4 export const RADROOTS_USERNAME_MAX_LEN = 30;
      5 export const RADROOTS_USERNAME_REGEX = "^(?!.*\\.\\.)(?!\\.)(?!.*\\.$)[a-z0-9._-]{3,30}$";