Type Alias RecipeCompressor

RecipeCompressor: { exact?: boolean; input: Stack; output: string }

Type declaration

  • Optionalexact?: boolean
  • input: Stack
  • output: string