UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

8 lines (6 loc) 272 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 }; //# sourceMappingURL=random.mjs.map