logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

counter.js (158B)


  1. import { urlRegex } from './url_regex';
  2. const urlPlaceholder = 'xxxxxxxxxxxxxxxxxxxxxxx';
  3. export function countableText(inputText) {
  4. return inputText;
  5. };