UNPKG

jest-cucumber

Version:
6 lines (5 loc) 188 B
export declare class SeriesSolver { private solutions; solve(terms: string[], operator: string): string; add(terms: string[], operator: string, solution: string): void; }