function platformimport { platform } from "https://dotland.deno.dev/std@0.110.0/node/os.ts"; platform(): stringReturns the a string identifying the operating system platform. The value is set at compile time. Possible values are 'darwin', 'linux', and 'win32'. Returns the a string identifying the operating system platform. The value is set at compile time. Possible values are 'darwin', 'linux', and 'win32'. Returnsstring