Skip to main content
Module

x/lume/deps/snapshot.ts>SnapshotOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias SnapshotOptions
import { type SnapshotOptions } from "https://deno.land/x/lume@v2.1.2/deps/snapshot.ts";

Type Parameters

optional
T = unknown
definition: { dir?: string; mode?: SnapshotMode; msg?: string; name?: string; path?: string; serializer?: (actual: T) => string; }