Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as frugal from "https://deno.land/x/frugal@0.5.0/packages/core/FrugalBuilder.ts";

Classes

FrugalBuilder does everything needed to build or load a Frugal instance. This class orchestrates config loading, dependency graph building, cache loading and loaders.

Functions

Convenience function building a FrugalBuilder, a FrugalInsance, and starting the build process.