@intothesource/hashtag-shredder

1.0.3 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @intothesource/hashtag-shredder

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

5.25 kB

Total Files

6

Last publish

Collaborators

  • ramonvalk
  • whendriks
  • fdulfer