TravBot-v3/src/defs/petpet.d.ts

5 lines
113 B
TypeScript
Raw Normal View History

2021-05-17 17:24:54 +00:00
declare module "pet-pet-gif" {
function petPetGif(image: string): Promise<Buffer>;
export = petPetGif;
}