interface Limiter {
    limit(key, limitLevel, limits): boolean;
}

Methods

Methods

  • Parameters

    Returns boolean