Closed jesse1983 closed 7 years ago
npm install objectmodel
const Model = require("objectmodel")
console.log(Model.Object)
ObjectModel is distributed on NPM with the UMD build (Universal Module Definition). It works for CommonJS modules, AMD modules and global variable as a fallback.
ES Modules with tree shaking is coming in v3... soon
Tks!
How to use with
CommonJS
orESModule
?