Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

optional
baseLength: number
optional
height: number