Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ez:command.executeCommand

Execute server command

function executeCommand(data: string): {
[key: string]: any;
statusMessage: string;
}
;
§
executeCommand(data: string): {
[key: string]: any;
statusMessage: string;
}
[src]

§Parameters

§
data: string
[src]

command

§Return Type

§
{
[key: string]: any;
statusMessage: string;
}
[src]