Skip to content

Commit

Permalink
✨ Exported additional types
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha authored Jan 22, 2023
1 parent 085ca32 commit 2f9ed60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coolmaster-client",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "CoolMasterNet API Client for TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/CoolMasterNetClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class CoolMasterNetClient extends Commands.BaseCommand {
return this.call('ls', Parsers.LSParser, [uid])
}

public ls2(uid?: string) {
public ls2(uid?: string): Promise<Types.LSResponse> {
return this.call('ls2', Parsers.LSParser, [uid])
}

Expand Down

0 comments on commit 2f9ed60

Please sign in to comment.