New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

starts-with-vowel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starts-with-vowel

A little utility that determines whether a word starts with a vowel or not. Useful for when you have to dynamically render text after indefinite articles

  • 0.0.5
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

#Disclaimer

This is a joke project. At this state, at least. Please do not use it in production.

starts-with-vowel

A little utility that determines whether a word starts with a vowel or not. Useful for when you have to dynamically render text after indefinite articles

Still very naive but works ok for most cases.

Install

$ yarn add starts-with-vowel

or

$ npm install starts-with-vowel

https://www.npmjs.com/package/starts-with-vowel

Usage

startsWithVowel('dog') //false

startsWithVowel('x-box') //true

Keywords

FAQs

Package last updated on 24 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc