UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

6 lines (4 loc) 119 B
declare interface EntityList extends IsaacAPIClass { Get: (idx: int) => Entity | undefined; readonly Size: int; }