UNPKG

slavery-js

Version:

A simple clustering app that allows you to scale an application on multiple thread, containers or machines

8 lines (5 loc) 121 B
import { v4 as uuidv4 } from 'uuid'; const generateUUID = () => { return uuidv4(); } export default generateUUID;