UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

6 lines (5 loc) 165 B
import type { RandManager } from '../RandManager.js'; export declare class FakeRandManager implements RandManager { private static SEED; number(): number; }