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

Bad signature in d.ts #58

Closed
evilz opened this issue Dec 16, 2017 · 2 comments · Fixed by #64
Closed

Bad signature in d.ts #58

evilz opened this issue Dec 16, 2017 · 2 comments · Fixed by #64

Comments

@evilz
Copy link

evilz commented Dec 16, 2017

this

  export function test(str: string, options?: GrayMatterOption): string;

should be

  export function test(str: string, options?: GrayMatterOption): boolean;
@doowb
Copy link
Collaborator

doowb commented Dec 18, 2017

Thanks, would you like to do a PR?

@evilz
Copy link
Author

evilz commented Dec 21, 2017

Ok I'll try to do this today ;p

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

Successfully merging a pull request may close this issue.

2 participants