@dadjokes-io/dad-jokes
Version:
A npm wrapper for the dadjokes.io api
21 lines (20 loc) • 596 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MockJokesArray = void 0;
exports.MockJokesArray = {
success: true,
body: [
{
_id: '5f80ccd641785ba7c7d27c3a',
type: 'general',
setup: "What happens to a frog's car when it breaks down?",
punchline: 'It gets toad.',
},
{
_id: '5f80ccd641785ba7c7d27b68',
type: 'general',
setup: "What happens to a frog's car when it breaks down?",
punchline: 'It gets toad away',
},
],
};