SkillAgentSearch skills...

Vocative

NPM package repository for name-case switching JS algorithm.

Install / Use

/learn @kockarevicivan/Vocative
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vocative

NPM package repository for name-case switching JS algorithm.

Usage

First, import necessary case switching methods:

import { getGenitive, getVocative } from 'vocative'

Then, when needed, call the necessary method and pass the name in nominative:

let vocativeOfTheName = getVocative("Ivan"); // Will return "Ivane"

There are six available methods, all with the same interface:

getGenitive("Ivan"); // Will return "Ivana"
getDative("Ivan"); // Will return "Ivanu"
getAccusative("Ivan"); // Will return "Ivana"
getVocative("Ivan"); // Will return "Ivane"
getInstrumental("Ivan"); // Will return "Ivanom"
getLocative("Ivan"); // Will return "Ivanu"
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated22d ago
Forks1

Languages

JavaScript

Security Score

90/100

Audited on Mar 11, 2026

No findings