UNPKG
djskage
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.0.1
A Discord.js extension for utility commands
djskage
/
dist
/
utils
/
system.d.ts
9 lines
(8 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
Systeminfo
{
static
memory
()
: {
[key: string]: string; };
static
processStart
()
: Date;
static
cpu
()
: number;
}
export
default
Systeminfo;