hub-lb-collection
v1.1.1
Published
> **A collection of custom modules that is require in commonly used.**
Downloads
179
Readme
📦 HUB-LB-COLLECTION
A collection of custom modules that is require in commonly used.
🚀 Features
- 📅 Feature 1 – "timestamp" can be used to populate the timestamps in who columns.
- ⚙️ Feature 2 – "graphQl" added error handling for graphQl queries.
📦 Installation
Install the package using npm:
# npm
npm install hub-lb-collection
🔧 Usage
- 📅 Feature 1 :- Timestamp
const collection = require('hub-lb-collection');
const feature = `timestamp`;
const response = collection(feature);
console.log(response);
- 📅 Feature 2 :- graphQl
const collection = require('hub-lb-collection');
const feature = `graphQl`;
const response = collection(feature, your-api, parameters);
console.log(response);