Skip to content

MuratBilginerSoft/CounterLetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node Package Manager İçin Örnek Paket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published