Interface BisectOptions

interface BisectOptions {
    iterations?: number;
}

Properties

Properties

iterations?: number

Generated using TypeDoc