Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Typescript definition file #82

Open
julien-c opened this issue Sep 30, 2016 · 3 comments
Open

[Feature request] Typescript definition file #82

julien-c opened this issue Sep 30, 2016 · 3 comments

Comments

@julien-c
Copy link

No description provided.

@julien-c julien-c changed the title Typescript definition file [Feature request] Typescript definition file Sep 30, 2016
@sanderkoenders
Copy link

sanderkoenders commented Jan 3, 2017

I've made one that you can add to your custom typings, I might put it up online:

declare module "plist" {
    export function parse(string: string): Object;
    export function build(json: Array<any>): string;
}

This only only includes the build and parse function, if more functions should be added just tell me.

@atamansv
Copy link

Thanks to @higuri you can just use @types/plist type definitions

@mreinstein mreinstein added the v4 label Apr 26, 2022
@mreinstein
Copy link
Collaborator

mreinstein commented Apr 26, 2022

I don't care for typescript myself, but if you send a PR with the necessary typescript definition file I'll review and merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants