Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method FrugalInstance.prototype.save
import { FrugalInstance } from "https://deno.land/x/frugal@0.2.1/packages/core/Frugal.ts";

Save the current Frugal instance, so it can be loaded with the Frugal.load method

Parameters

optional
options: { runtime?: boolean; } = [UNSUPPORTED]