0.0.3 • Published 7 months ago

@types/something-random-on-discord v0.0.3

Weekly downloads
172
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/something-random-on-discord

Summary

This package contains type definitions for something-random-on-discord (https://github.com/CTK-WARRIOR/something-random-on-discord#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/something-random-on-discord.

index.d.ts

// Type definitions for something-random-on-discord 0.0
// Project: https://github.com/CTK-WARRIOR/something-random-on-discord#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export class Random {
    constructor();

    getMeme(): Promise<object>;
    getJoke(): Promise<object>;
    getString(): Promise<string>;
    getNeko(): Promise<object>;
    getKpop(): Promise<object>;
    getAnimeImgURL(action: string): Promise<string>;
    getAdvice(): Promise<object>;
}

Additional Details

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

Credits

These definitions were written by DefinitelyTyped.

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

2 years ago

0.0.0

3 years ago