UNPKG

js-randomness-predictor

Version:

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

10 lines (9 loc) 163 B
/** * * * These types are exported in all builds * * */ export * from "./predictors/index.js"; export type { SemanticVersion, Predictor } from "./types.js";