Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/velo/dev_deps.ts>platform

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
function platform
Re-export
import { platform } from "https://deno.land/x/velo@0.1.5/dev_deps.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