let molecule = new Molecule(); molecule.pack();
Type: String
String
The function returns a string representation of the data.
const { Molecule } = require('mcul'); let molecule = new Molecule(); console.log(molecule.pack());