createUUID

createUUID is helper function that will return a random UUID v4 every time it been called

How to use

import { Plugin } from '@root'

Plugin.createUUID()

Last updated