Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParserOptions

property

defaultCookwareAmount The default value to pass if there is no cookware amount. By default the amount is 1

property

defaultIngredientAmount The default value to pass if there is no ingredient amount. By default the amount is "some"

property

includeStepNumber Whether or not to include the step number in ingredient and cookware nodes

Hierarchy

  • ParserOptions

Index

Properties

defaultCookwareAmount?: string | number
defaultIngredientAmount?: string | number
includeStepNumber?: boolean

Generated using TypeDoc