1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/backend/model/exif.d.ts

16 lines
173 B
TypeScript
Raw Normal View History

declare module "node-iptc" {
function e(data):any;
module e {
}
export = e;
}
declare module "exif-parser" {
export function create(data):any;
}