UNPKG
@erikyuzwa/rogue-punk
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.0
0.2.0
a JavaScript library to help you build your roguelike adventures
@erikyuzwa/rogue-punk
/
dist
/
Item.d.ts
6 lines
(5 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Emitter
}
from
'./Emitter'
;
import
{
GlyphOptions
}
from
'./GlyphOptions'
;
export
declare
class
Item
extends
Emitter
{
constructor
(
options
:
GlyphOptions
); }