import { os } from "https://deno.land/x/sdeno@v1.0.11/deps.ts";
const { platform } = os;
Returns the a string identifying the operating system platform. The value is set at compile time. Possible values are 'darwin', 'linux', and 'win32'.
import { os } from "https://deno.land/x/sdeno@v1.0.11/deps.ts";
const { platform } = os;
Returns the a string identifying the operating system platform. The value is set at compile time. Possible values are 'darwin', 'linux', and 'win32'.