Change module name to the correct one and fix return value #4 from n3oney/patch-2
This commit is contained in:
commit
66e6983c7d
1 changed files with 2 additions and 2 deletions
4
node/index.d.ts
vendored
4
node/index.d.ts
vendored
|
@ -1,3 +1,3 @@
|
|||
declare module '@wulkanowy/uonet-request-signer' {
|
||||
export function signContent(password: string, certificate: string, content: string): string;
|
||||
declare module '@wulkanowy/uonet-request-signer-node' {
|
||||
export function signContent(password: string, certificate: string, content: string): Promise<string>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue