1.2.8 • Published 2 years ago
simple-codes v1.2.8
Simple codes that maybe or may not be usefull
DESCRIPTION:
This package consists of simple codes that are easy to write with your brain. But if you are lazy enough let simple-codes write those codes for you.
INSTALL COMMAND:
npm i simple-codes
HOW TO USE:
put
const simpleCodes = require('simple-codes');
on top of your .js file.
Every simple codes are written in function inside the simpleCodes object. Access the methods from simpleCodes object using . (dot) notation.
SAMPLE CODE:
const simpleCodes = require('simple-codes');
console.log(simpleCodes.isString('hellow')); // true