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

ez:basic-anti-cheat.onDetected

function onDetected(cb: (entry: {
name: string;
target: PlayerEntry;
}
) => void
): void;
§
onDetected(cb: (entry: {
name: string;
target: PlayerEntry;
}
) => void
): void
[src]

§Parameters

§
cb: (entry: {
name: string;
target: PlayerEntry;
}
) => void
[src]

§Return Type