UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

7 lines (6 loc) 94 B
export class Hunter { level; constructor(level) { this.level = level; } }