deno.com
function checkPrime
#checkPrime(
callback: (
err: Error | null,
result: boolean,
) => void
,
): void

Checks the primality of the candidate.

Parameters #

#callback: (
err: Error | null,
result: boolean,
) => void

Return Type #

void
#checkPrime(
callback: (
err: Error | null,
result: boolean,
) => void
,
): void

Parameters #

#callback: (
err: Error | null,
result: boolean,
) => void

Return Type #

void