0.1.2 • Published 5 years ago

is-abbr-of v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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