UNPKG

133 BTypeScriptView Raw
1import Long from 'long';
2export default class RandomIntGenerator {
3 static getAttemptId(): Long;
4 static generate(): number;
5}