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
/
commands
/
setoutputswitch.d.ts
6 lines
(5 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
default
as
Command
}
from
'../command'
;
declare
class
SetOutputSwitch
extends
Command
{
constructor
(
switchNum
:
number
,
state
:
string
); }
export
default
SetOutputSwitch
;