1.0.3 • Published 4 years ago

durr-dpc-helper v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

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 !

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago