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

x/fresh_testing_library/mod.ts>prettyFormat.Colors

Utilities for testing fresh apps
Latest
type alias prettyFormat.Colors
import { type prettyFormat } from "https://deno.land/x/fresh_testing_library@0.13.1/mod.ts";
const { Colors } = prettyFormat;

Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

definition: { comment: { close: string; open: string; }; content: { close: string; open: string; }; prop: { close: string; open: string; }; tag: { close: string; open: string; }; value: { close: string; open: string; }; }