erratic-gate/types/random-emoji.d.ts

10 lines
186 B
TypeScript
Raw Normal View History

export function haiku(options: any): any;
export function random(options: {
count: number
2019-05-27 20:07:48 +02:00
}): {
character: string,
name: string,
image: string,
imageSrc: string
}[];