Repository
Current version released
5 years ago
deno_getpass
Safely read passwords in a console application on Linux, OSX and Windows.
Permissions
--unstable
Usage
import getpass from "https://deno.land/x/getpass/mod.ts";
const pw: string = getpass();License
deno_getpass is released under the MIT License. See the bundled LICENSE file for details.