Skip to content

DominicFung/trademark

Repository files navigation

Trademark Words

A typescript library to find trademarked words.

Build Status Commitizen friendly semantic-release

Requirements

As of version 2, requires you either have an environment that understands ES2016 and beyond or a transpiler like Babel.

Installation

npm install @domfung/trademark

Usage

var TM = require('@domfung/trademark'), tm = new TM();
console.log(tm.clean("pikachu")); //true

About

Open source solution for filtering trademarked words.

Resources

License

Stars

Watchers

Forks

Packages

No packages published