/opt/canhelp/node_modules/better-auth/dist/utils
Edit: /opt/canhelp/node_modules/better-auth/dist/utils/boolean.mjs (177B)
//#region src/utils/boolean.ts
function toBoolean(value) {
return value === "true" || value === true;
}
//#endregion
export { toBoolean };
//# sourceMappingURL=boolean.mjs.map