Crates.io | deno_whoami |
lib.rs | deno_whoami |
version | 0.1.0 |
source | src |
created_at | 2023-10-31 10:03:45.992279 |
updated_at | 2023-10-31 10:03:45.992279 |
description | This crate implements the username() API in Deno Node compat layer. |
homepage | |
repository | |
max_upload_size | |
id | 1019600 |
size | 5,850 |
deno_whoami
This crate implements the username() API for the Node compat layer in Deno. It uses getpwuid_r
on Unix and fallbacks for whoami
crate on Windows.