1.0.3 • Published 6 months ago

@types/paradisebotsapi.js v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/paradisebotsapi.js

Summary

This package contains type definitions for paradisebotsapi.js (https://github.com/ParadiseBotList/paradisebotsapi.js#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/paradisebotsapi.js.

index.d.ts

// Type definitions for paradisebotsapi.js 1.0
// Project: https://github.com/ParadiseBotList/paradisebotsapi.js#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export class get {
    constructor(id: string, auth: string);

    post(server_count: number, shard_count: number): Promise<void>;
}

Additional Details

  • Last updated: Wed, 09 Mar 2022 22:31:55 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

2 years ago

1.0.0

3 years ago