UNPKG

algebraic-captcha

Version:

NodeJS math captcha package with algebraic formulas

5 lines (4 loc) 73 B
export interface IFormula { formula: string[]; answer: number; }