UNPKG

@zikeji/hypixel

Version:

With IntelliSense support & test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses, built-in rate-limit handling, flexible

11 lines 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidKeyError = void 0; class InvalidKeyError extends Error { constructor(message) { super(message); Object.setPrototypeOf(this, InvalidKeyError.prototype); } } exports.InvalidKeyError = InvalidKeyError; //# sourceMappingURL=InvalidKeyError.js.map