UNPKG

mining-utils

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Oracy/mining-utils/blob/master/LICENSE) [![version](https://badge.fury.io/js/mining-utils.svg)](https://badge.fury.io/js/mining-utils) [![Coverage Status](https://co

7 lines (6 loc) 338 B
declare const removeRT: (text: string) => string; declare const removeHashtag: (text: string) => string; declare const removeTag: (text: string) => string; declare const removeNumber: (text: string) => string; declare const clearTweets: (text: string) => string; export { removeRT, removeHashtag, removeTag, removeNumber, clearTweets, };