New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@interslavic/utils

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interslavic/utils

Utilities for declension, conjugation, transliteration, etc.

latest
Source
npmnpm
Version
3.4.4
Version published
Maintainers
2
Created
Source

@interslavic/utils

npm version Build Status Coverage Status

This package contains various JavaScript utilities for Interslavic language to work with BCP 47 codes, transliteration, declension, conjugation, etc.

Installation

To install in your project, use:

npm install @interslavic/utils --save

Overview

Reference is automatically generated at: https://medzuslovjansky.github.io/js-utils

Constants

  • InterslavicBCP47 - primary BCP 47 codes for Interslavic like isv and its variants per used alphabets.
  • FlavorisationBCP47 - all possible BCP 47 codes for Interslavic with flavorisations applied like Northern, Southern, Slovianto, etc.
  • Glagolitic - collection of named constants for Glagolitic letters, e.g. Glagolitic.AZU, Glagolitic.BUKY, etc.

Functions

Transliteration

  • transliterate - transliterate text from one alphabet to another using BCP 47 codes

Part of speech

  • parsePos - parse tags like f., v.tr. impf., etc. into an object with convenient properties

Adjectives

  • declensionAdjective - declension of adjectives into an object form.
  • declensionAdjectiveFlat - declension of adjectives into an array of strings.

Nouns

  • declensionNoun - declension of nouns into an object form.
  • declensionNounFlat - declension of nouns into an array of strings.

Numerals

  • declensionNumeral - declension of numerals into an object form.
  • declensionNumeralFlat - declension of numerals into an array of strings.

Pronouns

  • declensionPronoun - declension of pronouns into an object form.
  • declensionPronounFlat - declension of pronouns into an array of strings.

Verbs

  • conjugationVerb - conjugation of verbs into an object form.
  • conjugationVerbFlat - conjugation of verbs into an array of strings.

Keywords

interslavic

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts