mining-utils
Version:
[](https://github.com/Oracy/mining-utils/blob/master/LICENSE) [](https://badge.fury.io/js/mining-utils) [ • 338 B
TypeScript
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, };