UNPKG

@accounts/two-factor

Version:

[![npm](https://img.shields.io/npm/v/@accounts/two-factor.svg)](https://www.npmjs.com/package/@accounts/two-factor) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)

7 lines (6 loc) 235 B
import { type User } from '@accounts/types'; import { type TwoFactorService } from '../types'; /** * Return the user two factor service object */ export declare const getUserTwoFactorService: (user: User) => TwoFactorService | null;