SongGuess
    Preparing search index...
    interface RateLimit {
        limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
    }
    Index

    Methods

    Methods