Socket
Socket
Sign inDemoInstall

aids

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aids

MaKeS eVeRy OtHeR lEtTeR cApItaLiZeD.


Version published
Weekly downloads
2
Maintainers
2
Weekly downloads
 
Created
Source

Aids

MaKeS eVeRy OtHeR lEtTeR cApItaLiZeD.

aids is missing

var aids = require('aids')

aids('hello world')
// => 'HeLlO wOrLd'

aids('hello world', true)
// => 'hElLo WoRlD'

Installation

Install aids into your project

npm install --save aids

Usage

aids(source, [offset])

Turn the source into alternating capital and lowercase letters.

Parameters
  • source (String): The source you want to turn into aids text.
  • offset (Boolean): Start capitalizing on the second letter.
Example
aids('hello world')
// => 'HeLlO wOrLd'

aids('hello world', true)
// => 'hElLo WoRlD'

License

MIT © Preston Kyles

Keywords

FAQs

Package last updated on 08 Nov 2016

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