fix(types): rename method to generatePublicKey

This commit is contained in:
Erica Marigold 2024-03-30 22:21:38 +05:30
parent 32ce02146c
commit a50adb2fb9
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -5,7 +5,7 @@ export type Keypair = {
export type Wireguard = {
generateKeypair: (self: {}) -> Keypair,
generatePrivateKey: (self: {}, privateKey: { number }) -> string,
generatePublicKey: (self: {}, privateKey: { number }) -> string,
}
return {