UNPKG
@dadjokes-io/dad-jokes
Version:
latest (1.0.0)
1.0.0
A npm wrapper for the dadjokes.io api
github.com/DadJokes-io/DadJokes-npm
DadJokes-io/DadJokes-npm
@dadjokes-io/dad-jokes
/
lib
/
__mocks__
/
jokeByType.mock.d.ts
10 lines
(9 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export declare const MockJokesArray: { success: boolean;
body
: { _id: string; type: string; setup: string; punchline: string; }
[]
; };