UNPKG

peptide

Version:
10 lines 345 B
export function calculateCharge(aas: any, pH?: number): number | undefined; export function calculateIEP(aas: any): number | undefined; export function calculateChart(aas: any): { first: any; last: any; basic: {}; acid: {}; } | undefined; export function getColor(iep: any): string; //# sourceMappingURL=isoElectricPoint.d.ts.map