Skip to main content
Module

x/derchef/mod.ts>Chef

Personal package manager
Go to Latest
class Chef
import { Chef } from "https://deno.land/x/derchef@0.14.0/mod.ts";

Constructors

new
Chef()

Properties

add: (recipe: Recipe) => unknown
addMany: (recipes: Recipe[]) => unknown
start: () => unknown