erratic-gate/types/random-emoji.d.ts
Matei Adriel c876138de2 🚹
2019-05-27 21:07:48 +03:00

10 lines
186 B
TypeScript

export function haiku(options: any): any;
export function random(options: {
count: number
}): {
character: string,
name: string,
image: string,
imageSrc: string
}[];