Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/os.ts>platform

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