0.1.8 • Published 2 years ago

news-sanitizer v0.1.8

Weekly downloads
1
License
ISC
Repository
github
Last release
2 years ago

news-sanitizer

Sanitize news title and body.

Usage

import { sanitizeTitle } from 'news-sanitizer';

const lang = 'ro';
const title = '(VIDEO) Alegerile parlamentare au avot loc cu incalcari';

const newTitle = sanitizeTitle(title, lang);
// newTitle = "Alegerile parlamentare au avot loc cu incalcari"
0.1.8

2 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago