UNPKG

exiftool-vendored

Version:
5 lines (4 loc) 162 B
export type Struct = { [k: string]: number | string | Struct | Array<Struct | number | string>; }; export declare function isStruct(o: unknown): o is Struct;