Skip to content

Another TypeScript Definition File #134

@zijianhuang

Description

@zijianhuang

current definition file is not recognized in Angular2 app and IDE, this one can:

declare module EXIF {
    export function getData(url: string, callback: any): any;
    export function getTag(img: any, tag: any): any;
    export function getAllTags(img: any): any;
    export function pretty(img: any): string;
    export function readFromBinaryFile(file: any): any;
}

You may consider using this definition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions