Skip to main content
Module

x/swissKnife/mod.ts>winAction

Deno Swiss Knife tools
Go to Latest
variable winAction
import { winAction } from "https://deno.land/x/swissKnife@1.1/mod.ts";

Window Actions

type

(
winTitle: string,
find: Find,
action: WinActions,
) => Promise<number>