1.0.3 • Published 2 years ago
durr-dpc-helper v1.0.3
Module Test
Helper classes for Durr Project Center 2.0 (DPC 2.0)
Install
npm install durr-dpc-helper -S
Example
import { Test } from "durr-dpc-helpe";
// OR in nodeJS ( commonJS module )
const { Test } = require("durr-dpc-helpe");
const myTest = new Test();
console.log(myTest.sayHelloTo("Alex"));
Enjoy !