@jikey/fcazero
Version:
Facebook Messenger bot, and is one of the most advanced next-generation Facebook Chat API (FCA)
13 lines (10 loc) • 363 B
text/typescript
import { CustomHeader } from '../types/utils/headers.cjs';
import { Ctx } from '../types/global.cjs';
import 'emittery';
import 'mqtt';
import 'tough-cookie';
declare class Headers {
static meta: (prop: string) => RegExp;
static getHeaders(url: string, _?: unknown, ctx?: Ctx, customHeader?: CustomHeader): Record<string, string>;
}
export { Headers };