@dadjokes-io/dad-jokes
Version:
A npm wrapper for the dadjokes.io api
39 lines (38 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MockJokesArray = void 0;
exports.MockJokesArray = {
success: true,
body: [
{
_id: '5f80ccd641785ba7c7d27cb3',
type: 'general',
setup: 'Why does a chicken coop only have two doors?',
punchline: 'Because if it had four doors it would be a chicken sedan.',
},
{
_id: '5f80ccd641785ba7c7d27c95',
type: 'general',
setup: 'Why did the house go to the doctor?',
punchline: 'It was having window panes.',
},
{
_id: '5f80ccd641785ba7c7d27bc1',
type: 'general',
setup: "How do locomotives know where they're going?",
punchline: 'Lots of training',
},
{
_id: '5f80ccd641785ba7c7d27bc8',
type: 'general',
setup: 'How do you know if there’s an elephant under your bed?',
punchline: 'Your head hits the ceiling!',
},
{
_id: '5f8539aec598fc0bff1afb26',
setup: "What's the best way to watch a fly fishing tournament",
punchline: ' Live stream.',
type: 'Dad Jokes',
},
],
};