Skip to main content
Module

std/node/os.ts>platform

Deno standard library
Go to Latest
function platform
import { platform } from "https://deno.land/std@0.166.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'.

Returns

string