@intothesource/hashtag-shredder
v1.0.3
Published
Shreds hashtags
Downloads
1
Readme
@intothesource/hashtag-shredder
Shreds hashtags 🤘
Usage
import { HashtagShredder } from '@intothesource/hashtag-shredder';
const original = 'Foo #Hash Bar';
const shredded = HashtagShredder.shred(original);
t.is(shredded, 'Foo Bar');
Publishing Changes
$ npm run release -- [patch|minor|major]
Update the docs on https://intothesource.github.io/hashtag-shredder/
$ npm run deploy:gh-pages