UNPKG

js-randomness-predictor

Version:

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

7 lines (6 loc) 216 B
export default class Logger { static info(...messages: string[]): void; static log(...messages: string[]): void; static warn(...messages: string[]): void; static error(...messages: string[]): void; }