Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 361 Bytes

File metadata and controls

16 lines (11 loc) · 361 Bytes

sabbir-npm

sabbir-npm using process

pnpm add sabbir-npm

When installation is finished then just import this package and use on your project

import { Package } from "sabbir-npm"; // import package

const obj = new Package(); // create a instance from package class
console.log(obj.generate()); // let's call our generate() method