Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FloatUnit

import type { FloatUnit } from "https://googleapis.deno.dev/v1/manufacturers:v1.ts";

Combination of float amount and unit.

interface FloatUnit {
amount?: number;
unit?: string;
}

§Properties

§
amount?: number
[src]

amount.

§
unit?: string
[src]

unit.