to-lower-case

1.0.1 • Public • Published

to lower-case

Travis

Lower case a string. Also handles objects with toString property, numbers and booleans.

Install

npm install to-lower-case --save

Usage

var toLowerCase = require('to-lower-case');
 
toLowerCase('STRING') // => 'string'
 
toLowerCase({ toString: function() {
    return 'my STRING';
}}); // => 'my string'

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i to-lower-case

    Weekly Downloads

    10

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • bjarneo