Skip to main content
Go to Latest
type alias prettyFormat.Colors
import { type prettyFormat } from "https://deno.land/x/fresh_testing_library@0.8.0/components.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; }; }