UNPKG

enome

Version:

A genome generation and evolution library.

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