import { platform } from "https://deno.land/std@0.74.0/node/os.ts";
Returns the a string identifying the operating system platform. The value is set at compile time. Possible values are 'darwin', 'linux', and 'win32'.
import { platform } from "https://deno.land/std@0.74.0/node/os.ts";
Returns the a string identifying the operating system platform. The value is set at compile time. Possible values are 'darwin', 'linux', and 'win32'.