@types/make-async-generator-function
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/make-async-generator-function

Summary

This package contains type definitions for make-async-generator-function (https://github.com/ljharb/make-async-generator-function#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/make-async-generator-function.

index.d.ts

type AsyncGeneratorFunction<T = unknown, TReturn = any, TNext = unknown> = (
    ...args: unknown[]
) => AsyncGenerator<T, TReturn, TNext>;

declare function makeAsyncGeneratorFunction(): readonly AsyncGeneratorFunction[];

export = makeAsyncGeneratorFunction;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Jordan Harband.

/@types/make-async-generator-function/

    Package Sidebar

    Install

    npm i @types/make-async-generator-function

    Weekly Downloads

    1,065

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    3.24 kB

    Total Files

    5

    Last publish

    Collaborators

    • types