@cubitworx/html
v0.0.1
Published
General html manipulation functions
Downloads
5
Readme
html
General html manipulation functions
Implements
- attributes.stringify - Capitalise first letter of first word (all words) in input string
- String.repeat - Repeat input string specified number of times
Install
npm install @cubitworx/uid
Usage
console.log( uid() ); // <random 16 character string>
console.log( uid(8) ); // <random 8 character string>
Copyright and license
Code and documentation copyright 2016 Charles Louw. Code released under the MIT license.