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)

5 lines (4 loc) 239 B
import { PasswordLessAuthOptions } from 'alinea/auth/passwordless/PasswordLessAuth'; import { Auth } from 'alinea/core'; export type PasswordLess = PasswordLessAuthOptions; export declare const passwordLess: Auth<PasswordLessAuthOptions>;