type alias OSTypeimport { type OSType } from "https://deno.land/std@0.159.0/_util/os.ts"; definition: | "windows" | "linux" | "darwin" | "freebsd"