Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

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

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

Properties

optional
edgeA: number
optional
edgeB: number
optional
edgeC: number