recipe-ingredient-parser-v3
Version:
Natural language parser for recipes and ingredient lists, incl. combining ingredients
12 lines • 321 B
JavaScript
;
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
exports.repeatingFractions = void 0;
exports.repeatingFractions = (_a = {},
_a[333] = '1/3',
_a[666] = '2/3',
_a[111] = '1/9',
_a[166] = '1/6',
_a[833] = '5/6',
_a);
//# sourceMappingURL=repeatingFractions.js.map