Skip to content

st0rm23-rbx/cool-js-console-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

cool-js-console-lib

- How to use: -

$ simply copy/paste the lib.js file's code into your js file and you are done!

$ To use this, do this in your main file or the file you want to use these functions in:

const alertSys = require("./lib.js");

let test = "Hello";

if (test !== "Hello") {
   alertSys.error("invalid string!");
   altertSys.warn("invalid string!");
   alertSys.alert("invalid string!");
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published