UNPKG

enome

Version:

A genome generation and evolution library.

7 lines (6 loc) 161 B
import { GenomeRefill } from '../index'; export interface IGenomeOptions { genomeLength: number; geneLength?: number; refill?: GenomeRefill; }