mirror of
https://github.com/denoland/deno.git
synced 2025-01-26 00:47:50 -05:00
1667e28a15
Closes https://github.com/denoland/deno/issues/23906 --------- Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
console.log(
|
|
// Undefined without `--unstable-fs`
|
|
Deno.build.os === "windows" ? true : typeof Deno.umask === "function",
|
|
);
|