mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Use primitive type string instead of String (#3578)
This commit is contained in:
parent
4fbb65da1c
commit
dd4d30cf09
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 generate(): String;
|
||||
export function extractPublic(keypair: string): string;
|
||||
export function generate(): string;
|
||||
|
|
Loading…
Reference in a new issue