UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

6 lines (5 loc) 235 B
import { createRandomStringGenerator } from "@better-auth/utils/random"; //#region src/crypto/random.ts const generateRandomString = createRandomStringGenerator("a-z", "0-9", "A-Z", "-_"); //#endregion export { generateRandomString };