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

Add type definitions file index.d.ts #6

Merged
merged 4 commits into from
Jan 4, 2022
Merged

Conversation

mstar-kk
Copy link

@mstar-kk mstar-kk commented Sep 6, 2021

As described in the title, add type definitions file index.d.ts

@mstar-kk mstar-kk mentioned this pull request Sep 7, 2021
index.d.ts Outdated Show resolved Hide resolved
index.d.ts Outdated

export function createBufferFrom(object: object): Buffer;

export function toDecimalString(buffer: Buffer, options: formatOption): string;
Copy link

Choose a reason for hiding this comment

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

nit: and this options too

Copy link
Author

Choose a reason for hiding this comment

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

Fixed

@sonarcloud
Copy link

sonarcloud bot commented Jan 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Author

@mstar-kk mstar-kk left a comment

Choose a reason for hiding this comment

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

My fault

@Luchanso
Copy link

Luchanso commented Jan 4, 2022

My fault

LGTM (and work for me), but I think repo owner not maintained this package anymore 😞

@Luchanso
Copy link

Luchanso commented Jan 4, 2022

I think one of the good solution create types in definitely typed (maybe I'll latter do it):

https://definitelytyped.org/guides/contributing.html
https://github.com/DefinitelyTyped/DefinitelyTyped

@T-PWK T-PWK merged commit 81c4c41 into T-PWK:master Jan 4, 2022
@mstar-kk
Copy link
Author

My fault

LGTM (and work for me), but I think repo owner not maintained this package anymore 😞

but we can, I think this is the one of charm of open source, right? 😄

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