openchemlib
Version:
Manipulate molecules
15 lines (12 loc) • 434 B
JavaScript
;
const OCL = require('./dist/openchemlib-minimal.js');
exports.default = OCL;
exports.Molecule = OCL.Molecule;
exports.Reaction = OCL.Reaction;
exports.RingCollection = OCL.RingCollection;
exports.SDFileParser = OCL.SDFileParser;
exports.SSSearcher = OCL.SSSearcher;
exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
exports.SmilesParser = OCL.SmilesParser;
exports.Util = OCL.Util;
exports.version = OCL.version;