Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 268 Bytes

Readme.md

File metadata and controls

20 lines (12 loc) · 268 Bytes

tags-free

Strips tags from raw html strings.

Installation

$ component install cristiandouce/tags-free

API

  var free = require('tags-free');

free(string)

Retrieves the string free of html tags.

License

MIT