UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

7 lines (5 loc) 191 B
declare interface CardConfigList extends IsaacAPIClass { /** @deprecated This method is bugged and returns useless `userdata`. */ Get: (idx: int) => LuaUserdata; readonly Size: int; }