Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pact/src/pact-js/common/logger.ts>default

Pact πŸ”— Contract Testing for Deno πŸ¦•, Powered by Rust πŸ¦€
Latest
variable default
import { default } from "https://deno.land/x/pact@0.1.0/src/pact-js/common/logger.ts";

type

{ pactCrash: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; debug: (message: string) => void; trace: (message: string) => void; }