UNPKG

better-auth

Version:

The most comprehensive authentication library for TypeScript.

11 lines (8 loc) 208 B
import { createRandomStringGenerator } from '@better-auth/utils/random'; const generateRandomString = createRandomStringGenerator( "a-z", "0-9", "A-Z", "-_" ); export { generateRandomString as g };