Skip to content

intothesource/hashtag-shredder

Repository files navigation

@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]
$ npm run deploy:gh-pages

About

Shreds hashtags

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors