Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileDBOptions

import type { FileDBOptions } from "https://7smzlzo4lz2ivy7dcfbyll4asdkqtc62pbdit23ysj5xdlu6wsra.arweave.net/_JmV5dxedIrj4xFDha-AkNUJi9p4RonreJJ7ca6etKI/mod.ts";
interface FileDBOptions {
autosave?: boolean;
}

§Properties

§
autosave?: boolean
[src]