UNPKG

@jenskrumsieck/moleculesjs

Version:
12 lines (11 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Molecule { constructor({ atoms, bonds }) { this.atoms = atoms; this.bonds = bonds; } atoms; bonds; } exports.default = Molecule;