Skip to main content
Module

x/twi/mod.ts>types.TwitterPaginatedResponse

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

Methods

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