simple-codes
v1.2.8
Published
very simple codes are in this package which is very easy to write. This package maybe usefull if you dont want to write easy codes again and again.
Downloads
5
Readme
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