Skip to content

arun-me/constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

constants

All constants required for coding.

Installation

npm install @arun-me/constants

Usage

import {alphabet,alphabetSmall,alphabetCapital} from "@arun-me/constants"

//map aplphabet array
 {alphabet.map((letter) => (
          <p>{letter}</p>
        ))}
        

output

    a
    b
    c
    .
    .
    .
    z

License

MIT

About

All constants required for coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages