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

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 }