Socket
Socket
Sign inDemoInstall

header-case

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

header-case

Header case a string


Version published
Maintainers
1
Created
Source

Header Case

NPM version NPM downloads Build status Test coverage

Header case a string.

Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a toString property, numbers and booleans. Empty values (null and undefined) will result in an empty string.

Installation

npm install header-case --save

Usage

var headerCase = require('header-case')

headerCase('string')     //=> "String"
headerCase('PascalCase') //=> "Pascal-Case"

headerCase('MY_STRING', 'tr') //=> "My-Strıng"

Typings

Includes a TypeScript definition.

License

MIT

Keywords

FAQs

Package last updated on 18 Mar 2017

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