Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 231 Bytes

Readme.md

File metadata and controls

18 lines (9 loc) · 231 Bytes

html

replace the html content of a DOM element with a string or node

Installation

$ component install bmcmahen/html

API

	var html = require('bmcmahen-html');
	html(el, '<div>bacon</div>');

License

MIT