mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-29 15:28:09 +09:00
Use primitive type string instead of String (#3578)
This commit is contained in:
parent
4fbb65da1c
commit
dd4d30cf09
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 New Issue
Block a user