UNPKG

@react-bunker/input-mask

Version:

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

6 lines (5 loc) 155 B
export declare const findMajority: (array: string[], candidates: string[]) => { qty: number; value: string; values: Record<string, number>; };