UNPKG

enome

Version:

A genome generation and evolution library.

4 lines (3 loc) 181 B
import { Genome } from '../genotypes/genome'; import { IGenomeOptions } from '../index'; export declare function hexColor<T extends IGenomeOptions>(genotype: Genome<T>): string;