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

Orientation

import type { Orientation } from "https://aws-api.deno.dev/v0.4/services/iotroborunner.ts?docs=full";

Worker orientation measured in units clockwise from north.

interface Orientation {
degrees?: number | null;
}

§Properties

§
degrees?: number | null
[src]

Degrees, limited on [0, 360)