UNPKG

verificator

Version:

Client and server-side validation JavaScript library

3 lines (2 loc) 109 B
declare const compare: (first: number, second: number, operator: string) => boolean; export default compare;