html-enclose

0.0.1 • Public • Published

html-enclose Build Status

Enclose the string HTML tag

Installation

$ npm install html-enclose

Example

var enclose = require('html-enclose');
 
var str = "sample string";
 
enclose(str, 'p');
/*
 *  <p>sample string</p>
 */

License

The MIT License (MIT)

Copyright (c) 2014 Masaaki Morishita

Readme

Keywords

Package Sidebar

Install

npm i html-enclose

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • morishitter