Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

yo-mamma

Fadyazmy113ISC1.3.0

provide the best yo mama jokes

yo, mama, jokes, joke

readme

NPM

yo-mamma

$ npm install yo-mamma --save
const yoMamma = require('yo-mamma').default;
let insult;

// get random joke
insult = yoMamma(); 

// get specific joke
insult = yoMamma(1); 

//Yo mama is so old that she knew Burger King while he was still a prince.
console.log(insult);