@dadjokes-io/dad-jokes
Version:
A npm wrapper for the dadjokes.io api
13 lines (12 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MockJoke = void 0;
exports.MockJoke = {
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.',
},
};