0.1.0 • Published 6 months ago

counterletterx v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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
0.1.0

6 months ago

0.0.1

6 months ago