0.0.1-replit • Published 2 years ago

jslib-2.0 v0.0.1-replit

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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 });