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

3 lines (2 loc) 165 B
import type { NBTInventoryItem } from "../helpers/TransformItemData"; export declare function parse(value: number[] | string | Buffer): Promise<NBTInventoryItem[]>;