class CRISPR Constructors new CRISPR(creature: Creature) Properties private creature Methods private append(dna: CrisprInterface) cleaveDNA(dna: CrisprInterface): Promise<Creature | undefined> private insert(dna: CrisprInterface) Static Methods editAliases(dna: CrisprInterface,aliases: Record<string, string>,): CrisprInterface