jslib-2.0
v0.0.1-replit
Published
The official JavaScript library which helps alot of people out there!
Downloads
4
Readme
jslib is the first library that is published 9 years ago, but the brand new jslib-2.0 came out in Sep 17, 2022!
Get started by installing the module:
npm install jslib-2.0
Example:
const { JSLib, JSBuilder } = require('jslib-2.0');
let lib = new JSLib();
let lib2 = new JSBuilder();
lib.chatBot({ name: 'name here', id: 'id here', msg: 'msg here', start: true });