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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove arbitrary value expression in the TS type definition #216

Closed
wants to merge 1 commit into from
Closed

Remove arbitrary value expression in the TS type definition #216

wants to merge 1 commit into from

Conversation

calebboyd
Copy link
Contributor

@calebboyd
Copy link
Contributor Author

re #215 Should we also add each property as a named export?

@calebboyd calebboyd mentioned this pull request Oct 18, 2017
@sindresorhus sindresorhus changed the title fix(types): remove arbitrary value expression Remove arbitrary value expression in the TS type definition Oct 18, 2017
types/index.d.ts Outdated

declare function chalk (): any;
export default chalk as Chalk;
declare const chalk: Chalk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New line before the declare statement, please :)

Copy link
Contributor Author

@calebboyd calebboyd Oct 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated/amended both PRs.

Copy link
Member

@Qix- Qix- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a tiny nit.

@calebboyd calebboyd closed this Oct 19, 2017
@calebboyd
Copy link
Contributor Author

Closed in favor of #217

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 this pull request may close these issues.

None yet

2 participants