Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fresh_testing_library/mod.ts>prettyFormat.Theme

Utilities for testing fresh apps
Latest
type alias prettyFormat.Theme
import { type prettyFormat } from "https://deno.land/x/fresh_testing_library@0.13.1/mod.ts";
const { Theme } = prettyFormat;
definition: { comment: string; content: string; prop: string; tag: string; value: string; }