0.3.2 • Published 7 years ago
@mhyfritz/acronym v0.3.2
acronym
Installation
$ npm install @mhyfritz/acronym
Usage
const acronym = require('@mhyfritz/acronym')
// test whether 'Radar' is an acronym of phrase 'radio detection...'
acronym.test('radio detection and ranging', 'Radar')
// => true