Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 296 Bytes

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