Report Class
a set of methods to create and manage reports.
export class DevinuxClientReport { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientReport().render();