UNPKG

jsfakeit

Version:

![alt text](https://raw.githubusercontent.com/Anirban20001962/jsfakeit/main/logo.png)

3 lines (2 loc) 134 B
/** Generate a random url for a given width and height */ export declare const imageUrl: (width?: number, height?: number) => string;