![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | node_modules/ | 2 years ago | - | |
![]() | LICENSE | 9 years ago | 1.1K | |
![]() | README.md | 9 years ago | 1.3K | d7c1522 post receive test [كارل مبارك] |
![]() | header-case.d.ts | 9 years ago | 92 | |
![]() | header-case.js | 8 years ago | 334 | |
![]() | package.json | 2 years ago | 1.9K |
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.
npm install header-case --save
var headerCase = require('header-case')
headerCase('string') //=> "String"
headerCase('PascalCase') //=> "Pascal-Case"
headerCase('MY_STRING', 'tr') //=> "My-Strıng"
Includes a TypeScript definition.
MIT