We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a5648 commit b9033d1Copy full SHA for b9033d1
README.md
@@ -1,7 +1,9 @@
1
2
# Javascript Utility functions
3
4
+[![npm][npm]][npm-url]
5
[](https://travis-ci.org/p-rk/js-utility-functions)
6
+[](https://coveralls.io/github/p-rk/js-utility-functions?branch=master)
7
8
9
## Example
@@ -163,3 +165,10 @@ For All Validation functions return following object
163
165
{error: false, errorMessage: ''}
164
166
167
```
168
+
169
+## License
170
171
+MIT
172
173
+[npm]: https://img.shields.io/npm/v/js-utility-functions.svg
174
+[npm-url]: https://www.npmjs.com/package/js-utility-functions
0 commit comments