4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { v4 as uuidv4 } from 'uuid';
|
|
export const uuid = ()=>{
|
|
return uuidv4()
|
|
} |