@arun-me/constants

1.2.4 • Public • Published

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

/@arun-me/constants/

    Package Sidebar

    Install

    npm i @arun-me/constants

    Weekly Downloads

    2

    Version

    1.2.4

    License

    MIT

    Unpacked Size

    2.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • arun-me