UNPKG

djskage

Version:

A Discord.js extension for utility commands

9 lines (8 loc) 183 B
export declare class Systeminfo { static memory(): { [key: string]: string; }; static processStart(): Date; static cpu(): number; } export default Systeminfo;