1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/node_modules/fetch-cookie/node-fetch.d.ts
2022-07-15 11:08:01 -03:00

5 lines
139 B
TypeScript

import { CookieJar } from './';
declare function c<T extends Function>(fetch: T, jar?: CookieJar, ignoreError?: boolean): T;
export = c;