UNPKG
@nebulaglitch/shopbot
Version:
latest (0.0.2)
0.0.2
0.0.1
A library to generate shopbot output
github.com/CrimsonBastille/shopbot
CrimsonBastille/shopbot
@nebulaglitch/shopbot
/
dist
/
cmdgroup.d.ts
8 lines
(7 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
class
CmdGroup
extends
Array
{
private
mName;
get
name
():
string
;
set
name
(
name
:
string
);
constructor
(
name
:
string
, ...
args
:
any
[]
); }
export
default
CmdGroup
;