Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface GeneratePrimeOptions
import { type GeneratePrimeOptions } from "https://deno.land/std@0.164.0/node/internal/crypto/random.ts";

Properties

optional
add: LargeNumberLike | undefined
optional
rem: LargeNumberLike | undefined
optional
safe: boolean | undefined
optional
bigint: boolean | undefined