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

OkCancel

import { OkCancel } from "https://denopkg.com/Srinivasa314/tinyfiledialogs-deno@master/mod.ts";
enum OkCancel {
Cancel,
Ok,
}

§Members

§
OkCancel.Cancel
[src]
§
OkCancel.Ok
[src]