Preparing search index...

    Structured ingredient data extracted from well-formatted HTML. Only available for sites that have clear quantity/unit/name separation in their HTML.

    interface ParsedIngredient {
        quantity: string;
        unit: string;
        name: string;
    }
    Index

    Properties

    Properties

    quantity: string
    unit: string
    name: string