mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
|
declare module "pet-pet-gif" {
|
||
|
function petPetGif(image: string): Promise<Buffer>;
|
||
|
export = petPetGif;
|
||
|
}
|