Common Class
a set of public methods that can be used in different parts of the program.
export class DevinuxClientCommon { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientCommon().render();