UNPKG

@erikyuzwa/rogue-punk

Version:

a JavaScript library to help you build your roguelike adventures

6 lines (5 loc) 170 B
import { Emitter } from './Emitter'; import { GlyphOptions } from './GlyphOptions'; export declare class Item extends Emitter { constructor(options: GlyphOptions); }