UNPKG

@peterspackman/occjs

Version:

JavaScript/WebAssembly bindings for OCC - a quantum chemistry and crystallography library

6 lines (5 loc) 97 B
/** * ESM wrapper for OCC */ export * from './index.js'; export { default } from './index.js';