UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

8 lines (7 loc) 177 B
//#region src/utils/boolean.ts function toBoolean(value) { return value === "true" || value === true; } //#endregion export { toBoolean }; //# sourceMappingURL=boolean.mjs.map