-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
index.d.ts
Outdated
|
||
export function createBufferFrom(object: object): Buffer; | ||
|
||
export function toDecimalString(buffer: Buffer, options: formatOption): string; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My fault
LGTM (and work for me), but I think repo owner not maintained this package anymore 😞 |
I think one of the good solution create types in definitely typed (maybe I'll latter do it): https://definitelytyped.org/guides/contributing.html |
but we can, I think this is the one of charm of open source, right? 😄 |
As described in the title, add type definitions file index.d.ts