mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-07 22:31:18 -06:00
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { createId } from "@paralleldrive/cuid2";
|
|
|
|
export function randomCuid2() {
|
|
return createId();
|
|
}
|