0.1.8 • Published 10 months ago

news-sanitizer v0.1.8

Weekly downloads
1
License
ISC
Repository
github
Last release
10 months 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

10 months ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago