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
/
Repository.d.ts
11 lines
(10 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
Repository
{
private
name;
private
templates;
private
konstructor;
private
randomTemplates;
constructor
(
name
:
string
,
konstructor
: any);
define
(
name
:
string
,
template
:
string
,
options
: {}):
void
;
create
(
name
:
string
): any;
createRandom
(): any; }