mhyfritz / acronym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%