npm.io
0.1.0 • Published 2 years ago

counterletterx

Licence
MIT
Version
0.1.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0

CounterLetters

English

Description

CounterLetters is a simple JavaScript library that counts the number of letters in a given string.

Installation

To install CounterLetters, run the following command:


npm install counterletters
Usage

import CounterLetters from 'counterletters';
/* or 
const CounterLetters = require('counterletterx'); */


const count = CounterLetters('Hello, world!');
console.log(count);  // Outputs: 13
********************

Türkçe

Açıklama

CounterLetters, verilen bir stringdeki harf sayısını sayan basit bir JavaScript kütüphanesidir.

Kurulum

CounterLetters'ı kurmak için aşağıdaki komutu çalıştırın:


npm install counterletters
Kullanım

CounterLetters'ın nasıl kullanılacağına dair basit bir örnek:


import CounterLetters from 'counterletters';
/* or 
const CounterLetters = require('counterletterx'); */

const count = CounterLetters('Hello, world!');
console.log(count);  // Outputs: 13

Keywords