@luca/runtime-detector@0.1.3
latest
Works with
•JSR Score100%•This package works with Node.js, Deno, Browsers


Published2 years ago (0.1.3)
Detect which runtime you are running in
Functions
f
detect(): "browser" | "node" | "deno" | null
A function that detects which runtime the code is running on.