UNPKG

recipe-ingredient-parser-v3

Version:

Natural language parser for recipes and ingredient lists, incl. combining ingredients

6 lines (5 loc) 432 B
export declare function convertFromFraction(value: string): string; export declare function getFirstMatch(line: string, regex: RegExp): string; export declare function text2num(s: string, language: string): number | null; export declare function feach(w: string, g: number, n: number, language: string): number[]; export declare function findQuantityAndConvertIfUnicode(ingredientLine: string, language: string): (string | null)[];