Skip to content

update index.d.ts #1356

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

Merged
merged 3 commits into from
Jun 30, 2020
Merged

update index.d.ts #1356

merged 3 commits into from
Jun 30, 2020

Conversation

Siemienik
Copy link
Member

@Siemienik Siemienik commented Jun 27, 2020

When I was working on Siemienik/xlsx-renderer#31 I note that we have redundant type definition. Because All images added into worksheet was mapped into Anchor.
Anchor contains { col: number; row: number }

So removing { col: number; row: number } from typings make our library easier to use (it's not required to use the keyword as to access nativeCol, nativeRow etc)

@Siemienik Siemienik requested a review from alubbe June 28, 2020 15:09
@alubbe alubbe merged commit 72db539 into master Jun 30, 2020
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.

3 participants