0.0.4 • Published 1 year ago

is-albanian-name v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

is-albanian-name

A small function to check if a given name is albanian

Instructions

  1. Download the pacakge from npm: npm install is-albanian-name

  2. Import in your project and use on a string

  3. Example:

import isAlbanianName from 'is-albanian-name';
const testName = "Bardhyl";
const isTrue = isAlbanianName(testName);
console.log(isTrue);

Development / Contributions

Run npm run test to check if all is working well.

0.0.4

1 year ago

0.0.3

1 year ago

0.0.1

2 years ago