1
0
Fork 0
mirror of synced 2024-05-18 19:33:49 +12:00
budibase/packages/backend-core/tests/utilities/structures/common.ts
2022-11-11 15:43:41 +00:00

8 lines
131 B
TypeScript

import { v4 as uuid } from "uuid"
export { v4 as uuid } from "uuid"
export const email = () => {
return `${uuid()}@test.com`
}