UNPKG

enome

Version:

A genome generation and evolution library.

7 lines (6 loc) 171 B
import { IGenomeOptions } from '../../../index'; export interface ISumGenomeOptions extends IGenomeOptions { length: number; min: number; max: number; }