UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 139 B
import type { RandManager } from '../RandManager.js'; export declare class StdRandManager implements RandManager { number(): number; }