1.2.8 • Published 2 years ago

simple-codes v1.2.8

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

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
1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago