forked from FoundKeyGang/FoundKey
Use primitive type string instead of String (#3578)
This commit is contained in:
parent
393c6aa79a
commit
6967def6c8
1 changed files with 2 additions and 2 deletions
4
src/crypto_key.d.ts
vendored
4
src/crypto_key.d.ts
vendored
|
@ -1,2 +1,2 @@
|
||||||
export function extractPublic(keypair: String): String;
|
export function extractPublic(keypair: string): string;
|
||||||
export function generate(): String;
|
export function generate(): string;
|
||||||
|
|
Loading…
Reference in a new issue