UNPKG
kick-sdk
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
NodeJS lightweight SDK for Kick.com API.
github.com/Eschiclers/kick-sdk
Eschiclers/kick-sdk
kick-sdk
/
dist
/
types
/
client
/
interfaces
/
publicKeyService.d.ts
4 lines
(3 loc)
•
76 B
TypeScript
View Raw
1
2
3
4
export
interface
IPublicKeyService
{
getPublicKey
():
Promise
<
string
>; }