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