Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias prettyFormat.Colors
import { type prettyFormat } from "https://deno.land/x/fresh_testing_library@0.13.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; }; }