UNPKG

unmock-core

Version:

[![npm](https://img.shields.io/npm/v/unmock-core.svg)][npmjs] [![CircleCI](https://circleci.com/gh/unmock/unmock-js.svg?style=svg)](https://circleci.com/gh/unmock/unmock-js) [![codecov](https://codecov.io/gh/unmock/unmock-js/branch/dev/graph/badge.svg)](h

9 lines 289 B
export interface IRandomNumberGenerator { get(): number; setSeed(seed: number): void; restore(): void; } export declare const randomNumberGenerator: ({ seed, }: { seed?: number | undefined; }) => IRandomNumberGenerator; //# sourceMappingURL=random-number-generator.d.ts.map