1.0.0 • Published 3 years ago

acronymsuggester v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

acronymSuggester

A utility for suggesting the meaning of acronyms

Supply an acronym

what does npm stand for?

Give it the suggester

const { acronymSuggester } = require("acronymSuggester");
const suggestion = acronymSuggester("npm");

Result

Naughty Pompous Middle
1.0.0

3 years ago