UNPKG

sequaljs

Version:

JavaScript/TypeScript library for parsing and manipulating ProForma peptide sequence notation

8 lines 241 B
/** * Calculates the hash code of a string. * * @param input - The string to calculate the hash code for. * @returns The hash code. */ export declare function calculateHashCode(input: string): number; //# sourceMappingURL=utils.d.ts.map