A nodejs module for detecting the long form of an abbreviation.
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