mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-02-03 13:22:05 +02:00
16 lines
165 B
TypeScript
16 lines
165 B
TypeScript
declare module "node-iptc" {
|
|
|
|
function e(data): any;
|
|
|
|
module e {
|
|
}
|
|
|
|
export = e;
|
|
}
|
|
|
|
|
|
declare module "exif-parser" {
|
|
export function create(data): any;
|
|
}
|
|
|