function checkPrime
Overload 1
#checkPrime(value: LargeNumberLike,callback: (err: Error | null,result: boolean,) => void,): voidChecks the primality of the candidate.
Parameters #
#value: LargeNumberLike#callback: (err: Error | null,result: boolean,) => voidReturn Type #
voidOverload 2
#checkPrime(value: LargeNumberLike,options: CheckPrimeOptions,callback: (err: Error | null,result: boolean,) => void,): voidParameters #
#value: LargeNumberLike#options: CheckPrimeOptions#callback: (err: Error | null,result: boolean,) => voidReturn Type #
void