1.0.3 • Published 2 years ago

durr-dpc-helper v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago