Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/steamy/mod.ts>Dota2.Heroes

Steamy is a library made to help interact with Valve's REST APIs for their various games and services by providing easy asynchronous functions to call them, along with a key manager, and type checking to boot.
Latest
variable Dota2.Heroes
import { Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { Heroes } = Dota2;

type

Record<number, { id: number; name: string; localized_name: string; primary_attr: PrimaryAttr; attack_type: AttackType; roles: Role[]; legs: number; }>