function checkPrime
Jump to headingcheckPrime(value: LargeNumberLike,callback: (err: Error | null,result: boolean,) => void,): voidChecks the primality of the candidate.
Parameters Jump to heading
Jump to headingcallback: (err: Error | null,result: boolean,) => voidReturn Type Jump to heading
voidJump to headingcheckPrime(value: LargeNumberLike,options: CheckPrimeOptions,callback: (err: Error | null,result: boolean,) => void,): voidParameters Jump to heading
Jump to headingoptions: CheckPrimeOptionsJump to headingcallback: (err: Error | null,result: boolean,) => voidReturn Type Jump to heading
void