UNPKG

js-randomness-predictor

Version:

Predict Math.random output in Node, Deno, Bun, Chrome, Firefox, and Safari

3 lines (2 loc) 124 B
import type { BrowserRuntime } from "../types.js"; export default function getCurrentBrowser(): BrowserRuntime | undefined;