import { Secret } from "https://dotland.deno.dev/x/wmill@v1.354.0/deps.ts";
Secret prompt representation.
import { Secret } from "./mod.ts";
const password: string = await Secret.prompt("Enter your password");
Methods
protected
input(): stringgetDefaultSettings(options: SecretOptions): SecretSettings