1.2.4 • Published 6 months ago

@types/anime-quotes-api v1.2.4

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

Installation

npm install --save @types/anime-quotes-api

Summary

This package contains type definitions for anime-quotes-api (https://github.com/anjannair/anime-quotes-api).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/anime-quotes-api.

index.d.ts

// Type definitions for anime-quotes-api 1.2
// Project: https://github.com/anjannair/anime-quotes-api
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare class Quote {
	constructor();

	quotes(): Promise<object[]>;
}

export = Quote;

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.2.4

6 months ago

1.2.3

7 months ago

1.2.2

8 months ago

1.2.1

2 years ago

1.2.0

3 years ago