0.0.1 • Published 8 years ago

@cubitworx/html v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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.