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

x/autopilot/deps.ts>prepare.prepare

🚀 Cross-platform desktop automation module for Deno.
Go to Latest
class prepare.prepare
extends Error
Re-export
import { prepare } from "https://deno.land/x/autopilot@v0.2.0/deps.ts";
const { prepare } = prepare;

Constructors

new
PlugError(message: string)

Constructors

new
PlugImportError(message: string)
interface prepare.prepare
Re-export
import { type prepare } from "https://deno.land/x/autopilot@v0.2.0/deps.ts";
const { prepare } = prepare;

Properties

name: string
urls: [os in Deno.build.os]?: string
optional
policy: CachePolicy
optional
cache: string

Properties

name: string
url: string
optional
policy: CachePolicy
optional
cache: string
type alias prepare.prepare
Re-export
import { type prepare } from "https://deno.land/x/autopilot@v0.2.0/deps.ts";
const { prepare } = prepare;
variable prepare.prepare
Re-export
import { prepare } from "https://deno.land/x/autopilot@v0.2.0/deps.ts";
const { prepare } = prepare;

type

[os in Deno.build.os]: string

type

[os in Deno.build.os]: string
function prepare.prepare
Re-export
import { prepare } from "https://deno.land/x/autopilot@v0.2.0/deps.ts";
const { prepare } = prepare;

Returns

Promise<number>
enum prepare.prepare
Re-export
import { prepare } from "https://deno.land/x/autopilot@v0.2.0/deps.ts";
const { prepare } = prepare;

Members

NONE
STORE