Skip to Content
Packages@loop/contraindications

@loop/contraindications

Peptide safety validation package. See Health Data: Contraindications for comprehensive documentation including the full contraindication database, validation functions, and audit logging.

Quick Reference

import { checkContraindications, filterAllowedPeptides } from '@loop/contraindications'; // Check a single peptide const result = checkContraindications({ peptideSlug: 'bpc-157', userProfile: { conditions: ['hypertension'], medications: ['lisinopril'], }, }); // Filter multiple peptides const allowed = filterAllowedPeptides( ['bpc-157', 'tb-500', 'mk-677'], userProfile );

For full API documentation, see Contraindications.