0.0.4 • Published 1 year ago
is-albanian-name v0.0.4
is-albanian-name
A small function to check if a given name is albanian
Instructions
Download the pacakge from npm:
npm install is-albanian-name
Import in your project and use on a string
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.