Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 13, 2016
1 parent bcbb740 commit de36724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ toNumber(new Object()); // => NaN
- [to-upper](https://github.com/bubkoo/to-upper) - Converts string, as a whole, to upper case.
- [to-path](https://github.com/bubkoo/to-path) - Converts value to a property path array.
- [to-source-code](https://github.com/bubkoo/to-source-code.git) - Converts function to its source code.
- [upper-first](https://github.com/bubkoo/upper-first) - Converts the first character of string to upper case.
- [lower-first](https://github.com/bubkoo/lower-first) - Converts the first character of string to lower case.

## Contributing

Expand Down

0 comments on commit de36724

Please sign in to comment.