@teselagen/sequence-utils 0.3.32 → 0.3.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -63,6 +63,8 @@ export { default as condensePairwiseAlignmentDifferences } from './condensePairw
63
63
  export { default as addGapsToSeqReads } from './addGapsToSeqReads';
64
64
  export { default as calculateNebTm } from './calculateNebTm';
65
65
  export { default as calculateNebTa } from './calculateNebTa';
66
+ export { default as calculateSantaLuciaTm } from './calculateSantaLuciaTm';
67
+ export { default as calculateEndStability } from './calculateEndStability';
66
68
  export { default as getDigestFragmentsForCutsites } from './getDigestFragmentsForCutsites';
67
69
  export { default as getDigestFragmentsForRestrictionEnzymes } from './getDigestFragmentsForRestrictionEnzymes';
68
70
  export { default as convertDnaCaretPositionOrRangeToAA } from './convertDnaCaretPositionOrRangeToAA';