JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q32014F
  • License MIT

A library that detects if there is a "ur mom" or a "yo mama" joke with AI

Package Exports

  • urmom.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (urmom.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

GitHub issues GitHub forks GitHub stars urmom.js urmom.js

urmom.js

A JS library that detects if there is a "ur mom" or a "yo mama" joke with AI.

Install

npm i urmom.js

Usage

This is an example usage:

const UrMom = require("urmom.js");

var mom = new UrMom();

mom.Init();

console.log(mom.Check("ur mom so fat"));

Expected output:

{ result: true, number: 0.9818620681762695 }