JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q30411F
  • License MIT

Utility library to define and obtain word variations for polish words - singular and plural forms (dependant on count) for various polish cases.

Package Exports

  • polish-word-variations
  • polish-word-variations/dist/index.browser.js
  • polish-word-variations/dist/index.js
  • polish-word-variations/dist/index.module.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (polish-word-variations) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

polish-word-variations

Utility library to define and obtain word variations for polish words - singular and plural forms (dependant on count) for various polish cases.

Table of contents

  1. Getting Started

  2. Usage

  3. Features

Getting Started

npm i polish-word-variations

Usage

General

import { wordVariations } from 'polish-word-variations';

Browser

In browser wordVariations package is wrapped twice wordVariations.wordVariations.

<script src="https://cdn.jsdelivr.net/npm/polish-word-variations@latest/dist/index.browser.js"></script>
<script>
    console.log(wordVariations.wordVariations);
</script>

Features

Based on: