UNPKG

yahoo-finance2

Version:
5 lines (4 loc) 201 B
import { CookieJar } from "tough-cookie"; export declare class ExtendedCookieJar extends CookieJar { setFromSetCookieHeaders(setCookieHeader: string | Array<string>, url: string): Promise<void>; }