UNPKG

better-auth

Version:

The most comprehensive authentication library for TypeScript.

13 lines (9 loc) 225 B
'use strict'; const random = require('@better-auth/utils/random'); const generateRandomString = random.createRandomStringGenerator( "a-z", "0-9", "A-Z", "-_" ); exports.generateRandomString = generateRandomString;