lets-mfa
Version:
Free, secure, and quick way to add MFA to your existing app. No user migrations or re-architecture needed!
5 lines • 335 B
TypeScript
/// <reference types="node" />
import { RequestOptions } from "node:https";
export declare function HTTP<T>(url: string, requestOptions: RequestOptions, body?: Record<string, string>): Promise<T>;
export declare function _HTTP<T>(requestOptions: RequestOptions, body: string | undefined): Promise<T>;
//# sourceMappingURL=http.d.ts.map