npm.io
0.0.1 • Published 10 years ago

@cubitworx/html

Licence
MIT
Version
0.0.1
Deps
1
Vulns
0
Weekly
0

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>

Code and documentation copyright 2016 Charles Louw. Code released under the MIT license.