is-abbr-of
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i is-abbr-of

Weekly Downloads

66

Version

0.1.2

License

ISC

Unpacked Size

2.63 kB

Total Files

4

Last publish

Collaborators

  • mitica