logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/

random_seed.service.js (95B)


  1. const genRandomSeed = () => `${Math.random()}`.replace('.', '-')
  2. export default genRandomSeed