Package Exports
- publishemployee
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (publishemployee) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
My Test Package
This is my test package for dh employees
Installation
npm install publishemployee
Usage
You can use the package as given below:
const dhemployees = require("./dhemployees");
const employee = new dhemployees.dhemployee();
console.log(employee.getAllDHEmployees());
--- output
[{ID:1, Name:'XXX', Gender:'Male', Country:'INDIA'},
{ID:2, Name:'XXX', Gender:'Male', Country:'USA'}]
Release History
- 1.0.0 Initial Release