UNPKG

75 BTypeScriptView Raw
1export default class RandomIntGenerator {
2 static generate(): number;
3}