1.2.4 • Published 2 years ago

@types/anime-quotes-api v1.2.4

Weekly downloads
56
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

3 years ago

1.2.0

4 years ago