Skip to content

geeky-krish/is-numeric-character

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

is-numeric-character

Tried this project just to learn the basics of creating NPM packages...

installation:

npm i is-numeric-character

using in a js file:

const isNumeric = require ('is-numeric-character'); console.log(isNumeric('abc'));

This is just for learning purpose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published