UNPKG

generator-cheminfo

Version:

Generator for the different cheminfo organizations

14 lines (11 loc) 154 B
'use strict'; /** * Returns a very important number * @return {number} */ function myCommonJS() { return 42; } module.exports = { myCommonJS, };