UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

7 lines (6 loc) 140 B
//#region src/utils/boolean.ts function toBoolean(value) { return value === "true" || value === true; } //#endregion export { toBoolean };