Skip to main content
Module

x/twi/types.ts>TwitterPaginatedResponse

Twitter API v2 Client for Deno
Go to Latest
interface TwitterPaginatedResponse
implements AsyncIterable<T>
import { type TwitterPaginatedResponse } from "https://deno.land/x/twi@1.2.0/types.ts";

Methods

then(resolve: ((value: T) => T | PromiseLike<T>) | null | undefined, reject: ((reason: any) => T | PromiseLike<T>) | null | undefined): Promise<T>