1.0.3 • Published 6 years ago

@intothesource/hashtag-shredder v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

@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