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

5 lines
113 B
TypeScript

declare module "pet-pet-gif" {
function petPetGif(image: string): Promise<Buffer>;
export = petPetGif;
}