mirror of
https://github.com/denoland/deno.git
synced 2025-01-26 00:47:50 -05:00
5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
|
console.log(
|
||
|
// Undefined without `--unstable-fs`
|
||
|
Deno.build.os === "windows" ? true : typeof Deno.umask === "function",
|
||
|
);
|