Skip to main content
Module

x/plug/types.ts>CrossOptions

🔌 Deno FFI helper module
Go to Latest
interface CrossOptions
import { type CrossOptions } from "https://deno.land/x/plug@1.0.1/types.ts";

Options for fetching cross-platform urls.

Properties

url: NestedCrossRecord<string | URL>

See NestedCrossRecord, basically a record optionally keyed by either or operating-system and architecture letting us get the correct url for fetching the right file for the platform.