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
/
label.d.ts
7 lines
(6 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
Label
{
private
name;
constructor
(
name
:
string
);
toString
():
string
; }
export
default
Label
;