UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

15 lines (13 loc) 354 B
import "../chunks/chunk-U5RRZUYZ.js"; // src/auth/passwordless.ts import { PasswordLessAuth } from "alinea/auth/passwordless/PasswordLessAuth"; import { PasswordLessLogin } from "./passwordless/PasswordLessLogin.js"; var passwordLess = { view: PasswordLessLogin, configure: (options) => new PasswordLessAuth(options) }; export { passwordLess };