UNPKG

cacatoo

Version:

Building, exploring, and sharing spatially structured models

10 lines (9 loc) 204 B
class Dummy { constructor() { this.name = 'dummyclass'; } greet() { console.log(`Greetings from ${this.name}`); } } if(typeof window == 'undefined') module.exports = { Dummy }