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

x/pact/src/usage/areaCalculator/area_calculator.d.ts>Parallelogram

Pact πŸ”— Contract Testing for Deno πŸ¦•, Powered by Rust πŸ¦€
Latest
interface Parallelogram
import { type Parallelogram } from "https://deno.land/x/pact@0.1.0/src/usage/areaCalculator/area_calculator.d.ts";

Properties

optional
baseLength: number
optional
height: number