UNPKG

@miketmoore/maze-generator

Version:

This is a javascript library, written in TypeScript that generates a maze data structure.

2 lines (1 loc) 72 B
export declare const randInRange: (min: number, max: number) => number;