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

7 lines (6 loc) 254 B
/** * Quick helper function that will help you convert a number to a roman numeral for display purposes. * @param value The number you want to convert to a roman numeral. * @category Helper */ export declare function romanize(value: number): string;