JSPM

is-abbr-of

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q50606F
  • License ISC

A nodejs module for detecting the long form of an abbreviation

Package Exports

  • is-abbr-of

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 (is-abbr-of) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

is-abbr-of

A nodejs module for detecting the long form of an abbreviation.

Usage

const isAbbrOf = require('is-abbr-of);

isAbbrOf('USFJ', 'United States Forces Japan'); // true
isAbbrOf('MEC', 'Mountain Equipment Co-Op'); // true
isAbbrOf('RBI', 'Reserve Bank of India'); // true