Use primitive type string instead of String (#3578)
This commit is contained in:
parent
393c6aa79a
commit
6967def6c8
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 generate(): String;
|
||||
export function extractPublic(keypair: string): string;
|
||||
export function generate(): string;
|
||||
|
Loading…
Reference in New Issue
Block a user