server/src/libraries/uuid/index.ts

4 lines
51 B
TypeScript

import { v4 } from 'uuid';
export { v4 as uuid };