UNPKG

@clerk/clerk-js

Version:
4 lines (3 loc) 287 B
import type { ZxcvbnResult } from '@clerk/types'; export type zxcvbnFN = (password: string, userInputs?: (string | number)[]) => ZxcvbnResult; export declare const loadZxcvbn: () => Promise<(password: string, userInputs?: (string | number)[]) => import("@zxcvbn-ts/core").ZxcvbnResult>;