Repository
Current version released
5 years ago
Dependencies
std
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();If enter Ctrl + C, will return undefined.
License
deno_getpass is released under the MIT License. See the bundled LICENSE file for details.