functioncrypto.checkPrimefunction checkPrime(value: LargeNumberLike,callback: (err: null | Error, result: boolean) => void): void;Checks the primality of the candidate.function checkPrime(value: LargeNumberLike,options: CheckPrimeOptions,callback: (err: null | Error, result: boolean) => void): void;Checks the primality of the candidate.