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

Corrected types for typescripts #22

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

JimmyBjorklund
Copy link
Contributor

Corrected types for typescripts

node_modules/jks-js/lib/index.d.ts:78:3 - error TS2484: Export declaration conflicts with exported declaration of 'JksResult'.

78 JksResult,

node_modules/jks-js/lib/index.d.ts:45:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.

45 const toPem: (keystore: Buffer, keystorePassword: string, privateKeyPassword?: string) => JksResult;

@lenchv lenchv merged commit 72fea8e into lenchv:master Sep 30, 2024
4 of 6 checks passed
@lenchv
Copy link
Owner

lenchv commented Sep 30, 2024

@JimmyBjorklund lgtm, deployed new version 1.1.4

https://www.npmjs.com/package/jks-js?activeTab=versions

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.

2 participants